PowerMode$json top-level constant
Implementation
@$core.Deprecated('Use powerModeDescriptor instead')
const PowerMode$json = {
'1': 'PowerMode',
'2': [
{'1': 'POWER_MODE_UNSPECIFIED', '2': 0},
{'1': 'POWER_MODE_NORMAL', '2': 1},
{'1': 'POWER_MODE_OFFLINE_DEEP', '2': 2},
],
};