NumExtension extension

A num extension.

on

Properties

nonZeroSign int

Available on num, provided by the NumExtension extension

The sign of this integer.
no setter

Methods

toDeltaString({bool useAscii = false}) String

Available on num, provided by the NumExtension extension

The delta string representation of this num (showing always the positive sign).
toNegativeUnicode() String

Available on num, provided by the NumExtension extension

The negative Unicode representation of this num.

Constants

minusSign → const String
The Unicode minus sign.
plusSign → const String
The plus sign.