allMonths property

  1. @override
List<String> allMonths
override

Implementation

@override
List<String> get allMonths => [
      'Ocak',
      'Februari',
      'Mart',
      'Nisan',
      'Mayıs',
      'Haziran',
      'Temmuz',
      'Ağustos',
      'Eylül',
      'Ekim',
      'Kasım',
      'Aralık',
    ];