PlutoColumnTypeNumber class

Implemented types
Mixed in types
Available Extensions

Constructors

PlutoColumnTypeNumber({dynamic defaultValue, required bool negative, required String format, required bool applyFormatOnInit, required bool allowFirstDot, required String? locale})

Properties

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

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