DialogParams class
Constructors
-
DialogParams({bool? attach, bool? audio, String? callID, String? callerIdName, String? callerIdNumber, String? clientState, String? destinationNumber, String? remoteCallerIdName, bool? useStereo, List? userVariables, bool? video, Map<
String, String> ? customHeaders}) -
DialogParams.fromJson(Map<
String, dynamic> json)
Properties
- attach ↔ bool?
-
getter/setter pair
- audio ↔ bool?
-
getter/setter pair
- callerIdName ↔ String?
-
getter/setter pair
- callerIdNumber ↔ String?
-
getter/setter pair
- callID ↔ String?
-
getter/setter pair
- clientState ↔ String?
-
getter/setter pair
-
customHeaders
↔ Map<
String, String> ? -
getter/setter pair
- destinationNumber ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- remoteCallerIdName ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
- userVariables ↔ List?
-
getter/setter pair
- useStereo ↔ bool?
-
getter/setter pair
- video ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited