CallSwitchRequestInfo class

Constructors

CallSwitchRequestInfo({String? sessionId, RTCUser? requestInitiatedBy, RTCUser? requestAcceptedBy})
CallSwitchRequestInfo.fromMap(dynamic map)
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
requestAcceptedBy RTCUser?
read / write
requestInitiatedBy RTCUser?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sessionId String?
read / write

Methods

getRequestAcceptedBy() RTCUser?
getRequestInitiatedBy() RTCUser?
getSessionId() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setRequestAcceptedBy(RTCUser user) → void
setRequestInitiatedBy(RTCUser user) → void
toString() String
A string representation of this object.
inherited

Operators

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