Formatter constructor

Formatter(
  1. dynamic fmt_type,
  2. dynamic options
)

Implementation

Formatter(this.fmt_type, this.options);