MicInfoDevice class final

The information of a microphone device.

Constructors

MicInfoDevice({required String id, required String productName})
Default const constructor.
const
MicInfoDevice.fromMap(Map map)
Factory constructor to create a MicInfoDevice object from the Map returned from the native side.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The id of the device.
final
productName String
The name of the device.
final
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
toMap() Map<String, String>
Method to convert a Device object to a Map (useful for serialization)
toString() String
A string representation of this object.
override

Operators

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