IntFormatter constructor

IntFormatter(
  1. int _arg,
  2. dynamic fmt_type,
  3. dynamic options
)

Implementation

IntFormatter(this._arg, var fmt_type, var options) : super(fmt_type, options);