Device constructor
Device({
- String? name,
- String? resolution,
- String? manufacturer,
- String? model,
- String? modelId,
- int? memorySize,
- DateTime? bootTime,
- String? formFactor,
- String? orientation,
- bool? rooted,
- String? osName,
- String? osVersion,
- bool? emulated,
- String? architecture,
- int? freeMemory,
- int? internalStorageFreeSize,
- int? externalStorageFreeSize,
- int? batteryLevel,
- String? carrier,
- String? networkType,
- String? ip,
- bool? proxy,
- bool? vpn,
Implementation
Device({
this.name,
this.resolution,
this.manufacturer,
this.model,
this.modelId,
this.memorySize,
this.bootTime,
this.formFactor,
this.orientation,
this.rooted,
this.osName,
this.osVersion,
this.emulated,
this.architecture,
this.freeMemory,
this.internalStorageFreeSize,
this.externalStorageFreeSize,
this.batteryLevel,
this.carrier,
this.networkType,
this.ip,
this.proxy,
this.vpn,
});