ServerRequestCall class

Constructors

ServerRequestCall({String? messageType, int? callId, dynamic callerCustomerId, String? callerName, String? callerEmail, String? privacyMode, String? photoUrl, String? serverMeet, String? meetingType, String? meetingId, String? topicId, String? response, bool? isPrivateCall, String? topicName, String? jwtToken})
ServerRequestCall.fromJson(Map<String, dynamic> json)
factory
ServerRequestCall.fromRawJson(String str)
factory

Properties

callerCustomerId ↔ dynamic
getter/setter pair
callerEmail String?
getter/setter pair
callerName String?
getter/setter pair
callId int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPrivateCall bool?
getter/setter pair
jwtToken String?
getter/setter pair
meetingId String?
getter/setter pair
meetingType String?
getter/setter pair
messageType String?
getter/setter pair
photoUrl String?
getter/setter pair
privacyMode String?
getter/setter pair
response String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverMeet String?
getter/setter pair
topicId String?
getter/setter pair
topicName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited