names property

Implementation

static core.Map<VehicleStateEnumOpMode, String> get names =>
    <VehicleStateEnumOpMode, String>{
      vsService: '''Service''',
      vsCalibration: '''Calibration''',
      vsError: '''Error''',
      vsManeuver: '''Maneuver''',
      vsExternal: '''External Control''',
      vsBoot: '''Boot''',
    };