Formatter constructor

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

Implementation

Formatter(this.formatType, this.options);