DecimalIntl class

Constructors

DecimalIntl(Decimal decimal)

Properties

hashCode int
The hash code for this object.
no setteroverride
isNegative bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abs() DecimalIntl
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remainder(dynamic other) DecimalIntl
round() DecimalIntl
toDouble() double
toInt() int
toString() String
A string representation of this object.
override

Operators

operator *(dynamic other) DecimalIntl
operator +(dynamic other) DecimalIntl
operator -(dynamic other) DecimalIntl
operator /(dynamic other) DecimalIntl
operator <(dynamic other) bool
operator <=(dynamic other) bool
operator ==(Object other) bool
The equality operator.
override
operator >(dynamic other) bool
operator >=(dynamic other) bool
operator ~/(dynamic other) DecimalIntl