formatUInt method

  1. @override
String formatUInt(
  1. int value
)
override

Implementation

@override
String formatUInt(int value) => _iNumberFormatter.formatUInt(value);