Invitation class

A Object representing a Invitation

Constructors

Invitation({required String id, required Role role, required String email, required LinkMap links})
Constructs a Invitation
const
Invitation.fromJson(dynamic json)
Creates a Invitation from value json
factory

Properties

email String
The email this invitation was send to
final
hashCode int
The hash code for this object.
no setteroverride
id String
The id of this Invitation
final
Map of ApptiveLinks relevant to this Invitation
final
role Role
The Role for this Invitation
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
toJson() Map<String, dynamic>
Serializes this Invitation to a json Map
toString() String
A string representation of this object.
override

Operators

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