toIndianRupeeUptoTwoDecimalsIfAny method
Implementation
String toIndianRupeeUptoTwoDecimalsIfAny() {
return buildMoneyNumberString(toDouble(), decimalUptoTwo: true);
}
String toIndianRupeeUptoTwoDecimalsIfAny() {
return buildMoneyNumberString(toDouble(), decimalUptoTwo: true);
}