Numeric class abstract
- Implementers
Properties
Methods
-
asMap(
) → Map< String, Object?> -
Returns the numeric value data as a map like
Map<String, dynamic>. -
converted(
{double? conversionDouble, double conversionFunction(double)?}) → double? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String - Returns the object data as a string in JSON format.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited