rialToToman method

String rialToToman({
  1. bool removeNegative = false,
})

Implementation

String rialToToman({bool removeNegative = false}) => "${((this ?? 0) / 10).toInt().toString().separateNumbers3By3()} تومان".replaceAll(removeNegative ? "-" : "", "").trim();