Invitation class

Contains information about the invitation to become a member account.

Constructors

Invitation({String? accountId, String? invitationId, String? invitedAt, String? relationshipStatus})
Invitation.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The ID of the account that the invitation was sent from.
final
hashCode int
The hash code for this object.
no setterinherited
invitationId String?
The ID of the invitation. This value is used to validate the inviter account to the member account.
final
invitedAt String?
The timestamp when the invitation was sent.
final
relationshipStatus String?
The status of the relationship between the inviter and invitee accounts.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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