fields property
List of JSON fields representing the model attributes.
Implementation
@override
List<JsonField> get fields => [
requestProperty,
id,
name,
createdAt,
updatedAt,
rowId,
statusId,
parentId,
level,
path,
hasChildren,
isDefault,
referenceOrganizationId,
tenantId,
];