AudioRouteData class
Audio route data
Constructors
- AudioRouteData({required AudioRoute route, required String name, required bool isActive})
- Constructor
-
AudioRouteData.fromMap(Map<
Object?, Object?> audioRouteDataMap) -
Factory method to construct AudioRouteData from dictionary
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive ↔ bool
-
Route is active
getter/setter pair
- name ↔ String
-
Name
getter/setter pair
- route ↔ AudioRoute
-
Route
getter/setter pair
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited