Query$json top-level constant

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

Implementation

@$core.Deprecated('Use queryDescriptor instead')
const Query$json = const {
  '1': 'Query',
  '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': '.Hera.Query.SortBy', '10': 'sort'},
    const {'1': 'order', '3': 4, '4': 1, '5': 14, '6': '.Hera.Query.Order', '10': 'order'},
    const {'1': 'search', '3': 5, '4': 1, '5': 9, '10': 'search'},
  ],
  '4': const [Query_SortBy$json, Query_Order$json],
};