shortIndianNumeral property
String
get
shortIndianNumeral
Convert int,double or num price to readable price
Example: 47000 to String 65 Thousand, 6500000 to String 65Lakh
Implementation
String get shortIndianNumeral => CountsHelper().shortIndianNumeral(this);