janus_client
janus_client
SipMissedCallEventResult
SipMissedCallEventResult constructor
SipMissedCallEventResult
SipMissedCallEventResult
constructor
Null safety
SipMissedCallEventResult
(
{
String
?
event
,
String
?
caller
,
String
?
displayname
,
String
?
callee
}
)
Implementation
SipMissedCallEventResult( {this.event, this.caller, this.displayname, this.callee});
janus_client
janus_client
SipMissedCallEventResult
SipMissedCallEventResult constructor
SipMissedCallEventResult class
Constructors
SipMissedCallEventResult
fromJson
Properties
callee
caller
displayname
event
hashCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==