formattedDailyPay property

String get formattedDailyPay

Implementation

String get formattedDailyPay {
  return '${dailyPay.formattedAmount} HBD';
}