trNumber property

String get trNumber

Translates the string with number formatting applied.

Example:

"1000".trNumber; // "1,000" or localized number format

Implementation

String get trNumber => trWithOption(applyNumber: true, applyRtl: true);