Member class

The member details, such as email address, name, member ID, and member type.

Constructors

Member({String? accountId, String? email, String? fullName, String? memberId, MemberType? memberType})
Member.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The Amazon Chime account ID.
final
email String?
The member email address.
final
fullName String?
The member name.
final
hashCode int
The hash code for this object.
no setterinherited
memberId String?
The member ID (user ID or bot ID).
final
memberType MemberType?
The member type.
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