SortOrder$json top-level constant

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

Implementation

@$core.Deprecated('Use sortOrderDescriptor instead')
const SortOrder$json = const {
  '1': 'SortOrder',
  '2': const [
    const {
      '1': 'direction',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.opensaves.SortOrder.Direction',
      '10': 'direction'
    },
    const {
      '1': 'property',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.opensaves.SortOrder.Property',
      '10': 'property'
    },
    const {
      '1': 'user_property_name',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'userPropertyName'
    },
  ],
  '4': const [SortOrder_Direction$json, SortOrder_Property$json],
};