Format class
Field-level formatter configuration.
Constructors
- Format.custom(String name)
-
Uses custom formatter functions:
XFormatToJsonandXFormatFromJson.const - Format.date(String pattern)
-
Formats dates using a supported pattern.
const
- Format.lowercase()
-
Converts string values to lowercase.
const
- Format.trim()
-
Trims leading and trailing whitespace.
const
- Format.uppercase()
-
Converts string values to uppercase.
const
Properties
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