months method

  1. @override
String months(
  1. int months
)
override

Format when time is in months

Implementation

@override
String months(int months) =>
    'လွန်ခဲ့သော ${NumberFormat.compact(locale: 'my').format(months)} လ';