InfoDevice constructor
InfoDevice({})
Creates a new InfoDevice instance.
Implementation
InfoDevice({
this.platform,
this.model,
this.name,
this.manufacturer,
this.brand,
this.device,
this.hardware,
this.systemName,
this.systemVersion,
this.osVersion,
this.sdkInt,
this.locale,
this.timezone,
this.isEmulator = false,
});