fields property
List of JSON fields representing the model attributes.
Implementation
@override
List<JsonField> get fields => [
id,
discussionId,
content,
mobileContent,
creatorId,
createdAt,
updatedAt,
deletedAt,
isOwner,
isPopup,
requestProperty,
parentId,
creator,
childrens,
orderBy,
orderType,
lastestComment,
requisitionEntity,
numberOfUnreadComments,
lastestCommentId,
requestName,
requestId,
files,
skip,
take,
unread,
userReacteds,
];