HMSTrack class Null safety
Parent of all tracks
- Implementers
Constructors
- HMSTrack({required HMSTrackKind kind, required HMSTrackSource source, required String trackId, required String trackDescription, HMSPeer? peer})
-
const
- HMSTrack.fromMap({required Map map, HMSPeer? peer})
-
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- kind → HMSTrackKind
-
final
- peer → HMSPeer?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- source → HMSTrackSource
-
final
- trackDescription → String
-
final
- trackId → String
-
final
Methods
-
isMute(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override
Static Methods
-
getHMSTracksFromList(
{required List listOfMap, HMSPeer? peer}) → List< HMSTrack>