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 Nov 30, 2023 10:47:13 AM