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