Decimal class

Mixed in types

Constructors

Decimal({required int precision, int? intValue, double? doubleValue})

Properties

doubleValue double
getter/setter pair
hashCode int
no setteroverride
intValue int
no setter
precision int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

combine(int hash, int value) int
inherited
finish(int hash) int
inherited
hashIterable(Iterable iterable, {int deep = 0, bool debug = false}) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
override

Operators

operator ==(Object other) bool
override