ResponseApplySnapshotChunk_Result$json top-level constant

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

Implementation

@$core.Deprecated('Use responseApplySnapshotChunkDescriptor instead')
const ResponseApplySnapshotChunk_Result$json = const {
  '1': 'Result',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'ACCEPT', '2': 1},
    const {'1': 'ABORT', '2': 2},
    const {'1': 'RETRY', '2': 3},
    const {'1': 'RETRY_SNAPSHOT', '2': 4},
    const {'1': 'REJECT_SNAPSHOT', '2': 5},
  ],
};