Master class

Contains information about the administrator account and invitation.

Constructors

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

Properties

accountId String?
The ID of the account used as the administrator account.
final
hashCode int
The hash code for this object.
no setterinherited
invitationId String?
The value used to validate the administrator 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 administrator and member 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