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