DeviceMigrationRequestDTO class

Available extensions
Annotations

Constructors

DeviceMigrationRequestDTO({int? id, DeviceHostDTO? deviceHost, bool? isDryRun, bool? isCompleted, DeviceMigrationRequestTypeDTO? type, DeviceDataDTO? device, DealerOrgDTO? dealerOrg, HomeownerDTO? homeowner, List<String>? serialNumbers, DealerUserDTO? requester, DateTime? requestDate})
const
DeviceMigrationRequestDTO.fromJson(Map<String, dynamic> json)
factory

Properties

dealerOrg DealerOrgDTO?
final
device DeviceDataDTO?
final
deviceHost DeviceHostDTO?
final
hashCode int
The hash code for this object.
no setteroverride
homeowner HomeownerDTO?
final
id int?
final
isCompleted bool?
final
isDryRun bool?
final
requestDate DateTime?
final
requester DealerUserDTO?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumbers List<String>?
final
type DeviceMigrationRequestTypeDTO?
final

Methods

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

Operators

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

Constants

fromJsonFactory → const DeviceMigrationRequestDTO Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DeviceMigrationRequestDTO instance)