FlutterTwilioCall class
Constructors
- FlutterTwilioCall({required String id, required String fromDisplayName, required String toDisplayName, required bool mute, required bool speaker, required FlutterTwilioStatus status, required bool outgoing, required String to, required String toPhotoURL})
-
FlutterTwilioCall.fromMap(Map<
String, dynamic> data) -
factory
Properties
- fromDisplayName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- mute → bool
-
final
- outgoing → bool
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speaker → bool
-
final
- status → FlutterTwilioStatus
-
final
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - to → String
-
final
- toDisplayName → String
-
final
- toPhotoURL → String
-
final
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