GensetModelDTO enum

Inheritance
Available extensions

Values

swaggerGeneratedUnknown → const GensetModelDTO
const GensetModelDTO(null)
other → const GensetModelDTO
const GensetModelDTO('Other')
model14kw → const GensetModelDTO
const GensetModelDTO('Model14KW')
model20kw → const GensetModelDTO
const GensetModelDTO('Model20KW')
model48rcl → const GensetModelDTO
const GensetModelDTO('Model48RCL')
model6vsg48v → const GensetModelDTO
const GensetModelDTO('Model6VSG48V')
model6vsg36v → const GensetModelDTO
const GensetModelDTO('Model6VSG36V')
model6vsg24v → const GensetModelDTO
const GensetModelDTO('Model6VSG24V')
model38rcl → const GensetModelDTO
const GensetModelDTO('Model38RCL')
model24rcl → const GensetModelDTO
const GensetModelDTO('Model24RCL')
model30rclh → const GensetModelDTO
const GensetModelDTO('Model30RCLH')
model45rclh → const GensetModelDTO
const GensetModelDTO('Model45RCLH')
model8resv → const GensetModelDTO
const GensetModelDTO('Model8RESV')
model10resv → const GensetModelDTO
const GensetModelDTO('Model10RESV')
model12resv → const GensetModelDTO
const GensetModelDTO('Model12RESV')
model30rcl → const GensetModelDTO
const GensetModelDTO('Model30RCL')
model36rcl → const GensetModelDTO
const GensetModelDTO('Model36RCL')
model60rcl → const GensetModelDTO
const GensetModelDTO('Model60RCL')
model60rclh → const GensetModelDTO
const GensetModelDTO('Model60RCLH')
model130rclgb → const GensetModelDTO
const GensetModelDTO('Model130RCLGB')
model38rcla → const GensetModelDTO
const GensetModelDTO('Model38RCLA')
model38rclb → const GensetModelDTO
const GensetModelDTO('Model38RCLB')
model48rcla → const GensetModelDTO
const GensetModelDTO('Model48RCLA')
model48rclb → const GensetModelDTO
const GensetModelDTO('Model48RCLB')
model60rcla → const GensetModelDTO
const GensetModelDTO('Model60RCLA')
model24rcla → const GensetModelDTO
const GensetModelDTO('Model24RCLA')
model30rcla → const GensetModelDTO
const GensetModelDTO('Model30RCLA')
model38rclc → const GensetModelDTO
const GensetModelDTO('Model38RCLC')
model48rclc → const GensetModelDTO
const GensetModelDTO('Model48RCLC')
model60rclb → const GensetModelDTO
const GensetModelDTO('Model60RCLB')
model40rcl → const GensetModelDTO
const GensetModelDTO('Model40RCL')
model26rca0 → const GensetModelDTO
const GensetModelDTO('Model26RCA0')
model26rcaa → const GensetModelDTO
const GensetModelDTO('Model26RCAA')
model24rca → const GensetModelDTO
const GensetModelDTO('Model24RCA')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GensetModelDTO>
A constant List of the values in this enum, in order of their declaration.