monthNameShort property
String
get
monthNameShort
Gets the short name of the month.
Implementation
String get monthNameShort => locale.monthsShort[month - 1];
Gets the short name of the month.
String get monthNameShort => locale.monthsShort[month - 1];