OnlineState$json top-level constant

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

Implementation

@$core.Deprecated('Use onlineStateDescriptor instead')
const OnlineState$json = {
  '1': 'OnlineState',
  '2': [
    {'1': 'ONLINE_STATE_UNSPECIFIED', '2': 0},
    {'1': 'ONLINE_STATE_ONLINE', '2': 1},
    {'1': 'ONLINE_STATE_OFFLINE', '2': 2},
    {'1': 'ONLINE_STATE_AWAITING_SETUP', '2': 3},
  ],
};