HKDevice constructor
HKDevice({})
Creates a new device representation with the specified parameters.
All parameters are optional and can be null if the information is not available.
Implementation
HKDevice({
this.name,
this.manufacturer,
this.model,
this.hardwareVersion,
this.softwareVersion,
});