CommonReplayStateEnum$json top-level constant

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

Implementation

@$core.Deprecated('Use commonReplayStateEnumDescriptor instead')
const CommonReplayStateEnum$json = {
  '1': 'CommonReplayStateEnum',
  '2': [
    {'1': 'hydrating', '2': 0},
    {'1': 'listening', '2': 1},
    {'1': 'uninitializedListening', '2': 2},
    {'1': 'networkError', '2': 3},
    {'1': 'permissionDenied', '2': 4},
  ],
};