aDay method

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

Implementation

@override
String aDay(int hours) => shortForm ? '~1 d' : 'a day';