OrderBy$json top-level constant
Implementation
@$core.Deprecated('Use orderByDescriptor instead')
const OrderBy$json = const {
'1': 'OrderBy',
'2': const [
const {'1': 'ORDER_BY_UNSPECIFIED', '2': 0},
const {'1': 'ORDER_BY_ASC', '2': 1},
const {'1': 'ORDER_BY_DESC', '2': 2},
],
};