aboutAMonth method

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

Implementation

@override
String aboutAMonth(int days) => shortForm ? 'ca. 1 m' : 'circa un mese';