RealtimeTranslationSessionClosedEvent class
Returned when a translation session is closed.
- Inheritance
-
- Object
- RealtimeTranslationServerEvent
- RealtimeTranslationSessionClosedEvent
- Annotations
-
- @immutable
Constructors
- RealtimeTranslationSessionClosedEvent({required String eventId})
-
Creates a RealtimeTranslationSessionClosedEvent.
const
-
RealtimeTranslationSessionClosedEvent.fromJson(Map<
String, dynamic> json) -
Creates from JSON.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts to JSON.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override