PlutoColumnTypeCurrency class

Implemented types
Mixed in types
Available Extensions

Constructors

PlutoColumnTypeCurrency({dynamic defaultValue, required bool negative, required String? format, required bool applyFormatOnInit, required bool allowFirstDot, required String? locale, String? name, String? symbol, int? decimalDigits})

Properties

allowFirstDot bool
final
applyFormatOnInit bool
final
decimalPoint int
latefinaloverride-getter
defaultValue → dynamic
final
format String?
final
hashCode int
The hash code for this object.
no setterinherited
locale String?
final
name String?
final
negative bool
final
numberFormat → NumberFormat
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
final

Methods

applyFormat(dynamic value) String
inherited
compare(dynamic a, dynamic b) int
inherited
isNumeric(dynamic s) bool
inherited
isValid(dynamic value) bool
inherited
makeCompareValue(dynamic v) → dynamic
inherited
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.
inherited
toString() String
A string representation of this object.
inherited

Operators

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