OnlineState$json top-level constant
- @Deprecated('Use onlineStateDescriptor instead')
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},
],
};