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