Format.customWith constructor

const Format.customWith(
  1. Type formatterType
)

Uses typed custom formatter functions: TypeNameFormatToJson and TypeNameFormatFromJson.

Implementation

const Format.customWith(Type formatterType)
    : this._('customWith', formatterType: formatterType);