Digits class final

Constructors

Digits.withFractionDigits({int? minimum, int? maximum, int? roundingIncrement})
const
Digits.withSignificantAndFractionDigits({int? minimumSignificantDigits = 1, int? maximumSignificantDigits = 21, int? minimumFractionDigits, int? maximumFractionDigits, RoundingPriority? roundingPriority = RoundingPriority.auto})
const
Digits.withSignificantDigits({int? minimum = 1, int? maximum = 21})
const

Properties

fractionDigits → (int?, int?)
final
hashCode int
The hash code for this object.
no setterinherited
roundingIncrement int?
final
roundingPriority RoundingPriority?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
significantDigits → (int?, int?)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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