bdt property

String get bdt

Implementation

String get bdt {
  return NumberFormat.currency(
    symbol: '৳',
    decimalDigits: 0,
  ).format(this);
}