ConsentParticipant class

Constructors

ConsentParticipant.new({String? participantId, String? participantName, String? participantAvatar, String? consent})
ConsentParticipant.fromJson(Map<String, dynamic> json)
factory
ConsentParticipant.fromRemote(RemoteParticipantConsent remote)
factory
ConsentParticipant.fromRemoteParticipant(RemoteParticipant remote)
factory

Properties

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
participantAvatar String?
getter/setter pair
participantId String?
getter/setter pair
participantName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? participantId, String? participantName, String? participantAvatar, String? consent}) ConsentParticipant
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