currency property

String get currency

Implementation

String get currency {
  return '₹${toStringAsFixed(2)}';
}