UserpoolTeamUserResponse class

Annotations
  • @JsonSerializable()

Constructors

UserpoolTeamUserResponse({required String userpoolUserId, required String email, String? firstName, String? lastName, String? username, String? icon, UserpoolUserInviteStatus? inviteStatus, required UserpoolUserType userType, required bool allowTableEdit, required num status})
const
UserpoolTeamUserResponse.fromJson(Map<String, dynamic> json)
factory

Properties

allowTableEdit bool
finalinherited
email String
finalinherited
firstName String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
icon String?
finalinherited
inviteStatus UserpoolUserInviteStatus?
finalinherited
lastName String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status num
finalinherited
username String?
finalinherited
userpoolUserId String
finalinherited
userType UserpoolUserType
finalinherited

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