PlutoColumnTypeWithNumberFormat mixin

Mixin Applications

Properties

allowFirstDot bool
no setter
decimalPoint int
no setter
hashCode int
The hash code for this object.
no setterinherited
locale String?
no setter
negative bool
no setter
numberFormat → NumberFormat
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyFormat(dynamic value) String
compare(dynamic a, dynamic b) int
isNumeric(dynamic s) bool
isValid(dynamic value) bool
makeCompareValue(dynamic v) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNumber(String formatted) → dynamic
Convert String converted to applyFormat to number.
toString() String
A string representation of this object.
inherited

Operators

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