aboutAnHour method

  1. @override
String aboutAnHour(
  1. int minutes
)
override

Implementation

@override
String aboutAnHour(int minutes) =>
    shortForm ? '~1 saat' : 'yaklaşık bir saat';