daysInMonth property

  1. @override
List<String> daysInMonth
override

Implementation

@override
List<String> get daysInMonth => [
      'Πρώτη',
      'Δεύτερη',
      'Τρίτη',
      'Τέταρτη',
      'Τελευταία',
    ];