Class: Toybox.Lang.Boolean

Inherits:
Toybox.Lang.Object show all

Overview

Boolean objects represent a true or false value.

You can use the true or false keyword to create a Boolean.

Example:

var myBoolean = true;

Since:

API Level 1.0.0


Generated May 31, 2023 8:48:50 AM