Device constructor
Device({})
Returns a new Device instance.
Implementation
Device({
required this.deviceId,
this.name,
this.availability = const [],
this.ip,
this.owned = false,
this.configured = true,
});
Returns a new Device instance.
Device({
required this.deviceId,
this.name,
this.availability = const [],
this.ip,
this.owned = false,
this.configured = true,
});