Format.custom constructor
const
Format.custom(
- String name
Uses custom formatter functions:
XFormatToJson and XFormatFromJson.
Implementation
const Format.custom(String name) : this._('custom', pattern: name);