ParticipantInfo class

Annotations

Constructors

ParticipantInfo({@JsonKey(fromJson: dateTimeFromJson, toJson: dateTimeToJson) DateTime? joinedAt, required bool isLocal, required bool isOwner, String? userId, @JsonKey(name: 'userName') String? username, ParticipantPermissions? permissions})
factory
ParticipantInfo.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ParticipantInfoCopyWith<ParticipantInfo>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
isLocal bool
read-onlyinherited
isOwner bool
read-onlyinherited
joinedAt DateTime?
read-onlyinherited
permissions ParticipantPermissions?
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
userId String?
Client-settable identifier for the participant
read-onlyinherited
username String?
read-onlyinherited

Methods

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

Operators

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