CatchUpStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use catchUpStatusDescriptor instead')
const CatchUpStatus$json = const {
  '1': 'CatchUpStatus',
  '2': const [
    const {'1': 'CUS_UNDEFINED', '2': 0},
    const {'1': 'IN_PROGRESS', '2': 1},
    const {'1': 'FINALIZING', '2': 2},
    const {'1': 'COMPLETED', '2': 3},
  ],
};