CallEvent class abstract
Call event
Constructors
- CallEvent.new(Call call)
-
Constructor
const
-
CallEvent.fromMap({required Map<
Object?, Object?> event}) -
Factory method to translate dictionary to CallEvent
factory
Properties
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