Device class

Describes a single media input or output device.

Annotations
  • @freezed

Constructors

Device({required DeviceId deviceId, required DeviceGroupId groupId, required DeviceKind kind, required String label})
const
factory
Device.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $DeviceCopyWith<Device>
no setterinherited
deviceId DeviceId
Identifier for the represented device that is persistent across application launches.
no setterinherited
groupId DeviceGroupId
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
kind DeviceKind
The type of this device.
no setterinherited
label String
A label describing the device, eg. "External USB Webcam"
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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