Format.custom constructor

const Format.custom(
  1. String name
)

Uses custom formatter functions: XFormatToJson and XFormatFromJson.

Implementation

const Format.custom(String name) : this._('custom', pattern: name);