Filter$json top-level constant

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

Implementation

@$core.Deprecated('Use filterDescriptor instead')
const Filter$json = const {
  '1': 'Filter',
  '2': const [
    const {'1': 'from', '3': 1, '4': 1, '5': 5, '10': 'from'},
    const {'1': 'to', '3': 2, '4': 1, '5': 5, '10': 'to'},
    const {'1': 'sort', '3': 3, '4': 1, '5': 14, '6': '.Nuntio.Filter.SortBy', '10': 'sort'},
    const {'1': 'order', '3': 4, '4': 1, '5': 14, '6': '.Nuntio.Filter.Order', '10': 'order'},
    const {'1': 'search', '3': 5, '4': 1, '5': 9, '10': 'search'},
    const {'1': 'group_id', '3': 6, '4': 1, '5': 9, '9': 0, '10': 'groupId', '17': true},
    const {'1': 'accepted', '3': 7, '4': 1, '5': 8, '9': 1, '10': 'accepted', '17': true},
  ],
  '4': const [Filter_SortBy$json, Filter_Order$json],
  '8': const [
    const {'1': '_group_id'},
    const {'1': '_accepted'},
  ],
};