IntFormatter constructor

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

Implementation

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