shortSINumeral property

String get shortSINumeral

Convert int,double or num value to readable price

Example: 65000 to String 65k, 6500000 to String 6.5M

Implementation

String get shortSINumeral => CountsHelper().shortSINumeral(this);