Member class

Contains information about the member account.

Constructors

Member({required String accountId, required String email, required String masterId, required String relationshipStatus, required String updatedAt, String? detectorId, String? invitedAt})
Member.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
The ID of the member account.
final
detectorId String?
The detector ID of the member account.
final
email String
The email address of the member account.
final
hashCode int
The hash code for this object.
no setterinherited
invitedAt String?
The timestamp when the invitation was sent.
final
masterId String
The administrator account ID.
final
relationshipStatus String
The status of the relationship between the member and the administrator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String
The last-updated timestamp of the member.
final

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