years method

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

Format when time is about a year

Implementation

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