IndexDirection$json top-level constant
Implementation
@$core.Deprecated('Use indexDirectionDescriptor instead')
const IndexDirection$json = const {
'1': 'IndexDirection',
'2': const [
const {'1': 'ASCENDING', '2': 0},
const {'1': 'DESCENDING', '2': 1},
],
};