months method

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

Format when time is in months

Implementation

@override
// ignore: unnecessary_brace_in_string_interps
String months(int months) => '約 ${months} 月';