NUIDeviceInfo constructor

NUIDeviceInfo({
  1. String? uuid,
  2. String? model,
  3. String? version,
  4. String? brand,
  5. String? manufacturer,
  6. String? ipAddress,
  7. Map<String, dynamic>? details,
  8. String? platform,
})

Implementation

NUIDeviceInfo({this.uuid, this.model, this.version, this.brand, this.manufacturer, this.ipAddress, this.details, this.platform});