Invite class

Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.

Constructors

Invite({String? emailAddress, EmailStatus? emailStatus, String? inviteId, InviteStatus? status})
Invite.fromJson(Map<String, dynamic> json)
factory

Properties

emailAddress String?
The email address to which the invite is sent.
final
emailStatus EmailStatus?
The status of the invite email.
final
hashCode int
The hash code for this object.
no setterinherited
inviteId String?
The invite ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status InviteStatus?
The status of the invite.
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