Mode$json top-level constant
Implementation
@$core.Deprecated('Use modeDescriptor instead')
const Mode$json = {
'1': 'Mode',
'2': [
{'1': 'MODE_UNSPECIFIED', '2': 0},
{'1': 'MODE_MANUAL', '2': 1},
{'1': 'MODE_WAYPOINT', '2': 2},
{'1': 'MODE_EXPLORE', '2': 3},
],
};