monthNameSort property

String? get monthNameSort

Month name sort

Implementation

String? get monthNameSort {
  return format('MMM');
}