daysInMonth property

  1. @override
List<String> daysInMonth
override

Implementation

@override
List<String> get daysInMonth => [
      '第一的',
      '第二',
      '第三',
      '第四',
      '最后的',
    ];