fields property
List of JSON fields representing the user attributes.
Implementation
@override
List<JsonField> get fields => [
id,
globalUserId,
email,
username,
displayName,
phone,
address,
dateOfBirth,
avatar,
adminType,
adminTypeId,
gender,
genderId,
isAlreadyGettingStarted,
language,
languageId,
receivingSystemEmail,
receivingSystemNotification,
timezone,
timezoneId,
identityCode,
tenants,
name,
appUserSubSystemMappings,
currentTenant,
];