months property

  1. @override
List<String> get months
override

Full month names (January, February, ...).

Implementation

@override
List<String> get months => _months ?? _base.months;