NumberExt extension
- on
-
- num?
Properties
- isNegative → bool
-
Available on num?, provided by the NumberExt extension
isNegative: check if this is negativeno setter - isPositive → bool
-
Available on num?, provided by the NumberExt extension
isPositive: Check if this is positiveno setter - isZero → bool
-
Available on num?, provided by the NumberExt extension
isZero: check if this is 0no setter - toBool → bool
-
Available on num?, provided by the NumberExt extension
toBool: convert a string to bool (1 == true, 0 == false)no setter