Participants class

Constructors

Participants({String? uid, double? totalAudioMinutes, double? totalVideoMinutes, double? totalDurationInMinutes, String? deviceId, bool? isJoined, int? joinedAt, String? mid, String? state, int? leftAt, String? name, String? avatar})
Participants.fromJson(Map<String, dynamic> json)

Properties

avatar String?
getter/setter pair
deviceId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isJoined bool?
getter/setter pair
joinedAt int?
getter/setter pair
leftAt int?
getter/setter pair
mid String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
totalAudioMinutes double?
getter/setter pair
totalDurationInMinutes double?
getter/setter pair
totalVideoMinutes double?
getter/setter pair
uid String?
getter/setter pair

Methods

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

Operators

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