hours method

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

Format when time is in hours

Implementation

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