days method

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

Format when time is in days

Implementation

@override
String days(int days) =>
    '${NumberFormat.compact(locale: 'my').format(days)}ရက်';