Device constructor
Device({
- String? arn,
- DeviceAvailability? availability,
- String? carrier,
- CPU? cpu,
- String? fleetName,
- String? fleetType,
- DeviceFormFactor? formFactor,
- int? heapSize,
- String? image,
- List<
DeviceInstance> ? instances, - String? manufacturer,
- int? memory,
- String? model,
- String? modelId,
- String? name,
- String? os,
- DevicePlatform? platform,
- String? radio,
- bool? remoteAccessEnabled,
- bool? remoteDebugEnabled,
- Resolution? resolution,
Implementation
Device({
this.arn,
this.availability,
this.carrier,
this.cpu,
this.fleetName,
this.fleetType,
this.formFactor,
this.heapSize,
this.image,
this.instances,
this.manufacturer,
this.memory,
this.model,
this.modelId,
this.name,
this.os,
this.platform,
this.radio,
this.remoteAccessEnabled,
this.remoteDebugEnabled,
this.resolution,
});