fields property
List of JSON fields representing the model attributes.
Implementation
@override
List<JsonField> get fields => [
id,
userId,
globalUserTypeId,
businessPartnerId,
username,
displayName,
email,
phone,
avatar,
statusId,
createdAt,
updatedAt,
rowId,
tenantId,
];