Numeral class

Constructors

Numeral(num number)
Create Numeral class.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
number double
Get a number for double value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Get formated value.
override
value({int fractionDigits = DEFAULT_FRACTION_DIGITS}) String
Format number to beautiful String.

Operators

operator ==(Object other) bool
The equality operator.
inherited