UserData class

Information related to a user.

Constructors

UserData({String? email, String? enrollmentId, EnrollmentStatus? enrollmentStatus, String? firstName, String? lastName, String? userArn})
UserData.fromJson(Map<String, dynamic> json)
factory

Properties

email String?
The email of a user.
final
enrollmentId String?
The enrollment ARN of a user.
final
enrollmentStatus EnrollmentStatus?
The enrollment status of a user.
final
firstName String?
The first name of a user.
final
hashCode int
The hash code for this object.
no setterinherited
lastName String?
The last name of a user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userArn String?
The ARN of a user.
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