Format.customWith constructor
const
Format.customWith(
- Type formatterType
Uses typed custom formatter functions:
TypeNameFormatToJson and TypeNameFormatFromJson.
Implementation
const Format.customWith(Type formatterType)
: this._('customWith', formatterType: formatterType);