monthNameSort property

String? monthNameSort

Month name sort

Implementation

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