AudioMode class

Constructors

AudioMode({String? mode, bool? isSelectedValue})
AudioMode.fromMap(dynamic map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isSelectedValue bool?
getter/setter pair
mode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMode() String?
isSelected() bool?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMode(String type) → void
setSelected(bool selected) → void
toString() String
A string representation of this object.
inherited

Operators

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