compact method

String compact()

Implementation

String compact() => intl.NumberFormat.compact().format(this ?? 0);