Participants class Null safety

Annotations

Constructors

Participants({required Participant local, @Default({}) @JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson) Map<ParticipantId, Participant> remote, @Default({}) @JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson) Map<ParticipantId, Participant> all})
const
factory
Participants.fromJson(Map<String, dynamic> json)
factory

Properties

all Map<ParticipantId, Participant>
read-onlyinherited
copyWith → $ParticipantsCopyWith<Participants>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
local Participant
read-onlyinherited
remote Map<ParticipantId, Participant>
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
removeParticipant(Participant participant) Participants
toString() String
A string representation of this object.
inherited
upsertParticipant(Participant updatedParticipant) Participants

Operators

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