names property

Implementation

static core.Map<VehicleCommandEnumType, String> get names =>
    <VehicleCommandEnumType, String>{
      vcRequest: '''Request''',
      vcSuccess: '''Reply -- Success''',
      vcInProgress: '''Reply -- In Progress''',
      vcFailure: '''Reply -- Failure''',
    };