mN property

  1. @override
String mN
override

Jalali month name

Implementation

@override
String get mN {
  return _monthNames[date.month - 1];
}