MonthAndDayFilter$json top-level constant

  1. @Deprecated('Use monthAndDayFilterDescriptor instead')
Map<String, Object> const MonthAndDayFilter$json

Implementation

@$core.Deprecated('Use monthAndDayFilterDescriptor instead')
const MonthAndDayFilter$json = {
  '1': 'MonthAndDayFilter',
  '2': [
    {'1': 'month', '3': 1, '4': 1, '5': 4, '10': 'month'},
    {'1': 'day', '3': 2, '4': 1, '5': 4, '10': 'day'},
  ],
};