IntFormatter constructor
IntFormatter(
- int _arg,
- dynamic fmt_type,
- dynamic options
Implementation
IntFormatter(this._arg, var fmt_type, var options) : super(fmt_type, options);