daysInMonth property

List<String> daysInMonth

Implementation

List<String> get daysInMonth => [
      '1st',
      '2nd',
      '3rd',
      '4rd',
      'Last',
    ];