FormatOptions enum
Values
- toDouble → const FormatOptions
- toInt → const FormatOptions
- toLowerCase → const FormatOptions
- toUpperCase → const FormatOptions
- trim → const FormatOptions
- trimLeft → const FormatOptions
- trimRight → const FormatOptions
- toBool → const FormatOptions
- toDateTime → const FormatOptions
- toStringValue → const FormatOptions
- replaceAll → const FormatOptions
- replaceFirst → const FormatOptions
- firstWhereOrNull → const FormatOptions
- where → const FormatOptions
- indexWhere → const FormatOptions
- minutes → const FormatOptions
- hours → const FormatOptions
- day → const FormatOptions
- month → const FormatOptions
- year → const FormatOptions
- listMax → const FormatOptions
- listMin → const FormatOptions
- sortBy → const FormatOptions
- plus → const FormatOptions
- minus → const FormatOptions
- moltiple → const FormatOptions
- divide → const FormatOptions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
FormatOptions> - A constant List of the values in this enum, in order of their declaration.