Device class abstract

A UPnP device.

Constructors

Device(DeviceDescription description, List<Service> services, List<Device> devices, {NotifyDiscovered? notify})

Properties

description DeviceDescription
Device description.
final
devices List<Device>
Collection of subdevices available on this device as defined in description.
final
hashCode int
The hash code for this object.
no setterinherited
isActive Stream<bool>
Emits when the active state of this device changes.
no setter
notify NotifyDiscovered?
Notify that replied to the SSDP query.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<Service>
Collection of services available on this device as defined in description.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited