NumXXNullable extension
- on
-
- num?
Properties
- isGreaterThan0 → bool
-
Available on num?, provided by the NumXXNullable extension
no setter - isIntegral → bool
-
Available on num?, provided by the NumXXNullable extension
no setter - isNotZero → bool
-
Available on num?, provided by the NumXXNullable extension
no setter - isZero → bool
-
Available on num?, provided by the NumXXNullable extension
no setter
Methods
-
atLeast(
num atLeast) → num -
Available on num?, provided by the NumXXNullable extension
-
formatNumber(
{int fixed = 3, NumberFormat? using}) → String? -
Available on num?, provided by the NumXXNullable extension
-
orZero(
) → num -
Available on num?, provided by the NumXXNullable extension
-
times(
num? other) → double? -
Available on num?, provided by the NumXXNullable extension