daysInMonth property

  1. @override
List<String> get daysInMonth
override

Implementation

@override
List<String> get daysInMonth => [
      'الأول',
      'الثاني',
      'الثالث',
      'الرابع',
      'الأخير',
    ];