janus_client
janus_client
Participants
Participants constructor
Participants
Participants
constructor
Null safety
Participants
(
{
int
?
id
,
String
?
display
,
String
?
publisher
,
bool
?
talking
}
)
Implementation
Participants({ this.id, this.display, this.publisher, this.talking,});
janus_client
janus_client
Participants
Participants constructor
Participants class
Constructors
Participants
fromJson
Properties
display
hashCode
id
publisher
runtimeType
talking
Methods
noSuchMethod
toJson
toString
Operators
operator ==