menu
daily_flutter
daily_flutter
ParticipantInfo
ParticipantInfo.fromJson factory constructor
ParticipantInfo.fromJson
brightness_4
brightness_5
ParticipantInfo.fromJson
constructor
ParticipantInfo.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ParticipantInfo.fromJson(Map<String, dynamic> json) => _$ParticipantInfoFromJson(json);
daily_flutter
daily_flutter
ParticipantInfo
ParticipantInfo.fromJson factory constructor
ParticipantInfo class
Constructors
ParticipantInfo
fromJson
Properties
copyWith
hashCode
isLocal
isOwner
joinedAt
permissions
runtimeType
userId
username
Methods
noSuchMethod
toJson
toString
Operators
operator ==