MediaInputPlaybackEnded class
A media input has finished playing.
- Annotations
-
- @JsonSerializable.new()
Constructors
- MediaInputPlaybackEnded({required String inputName, String? inputUuid})
-
MediaInputPlaybackEnded.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the event to a JSON map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited