fields property
List of JSON fields representing the model attributes.
Implementation
@override
List<JsonField> get fields => [
id,
content,
mobileContent,
creatorId,
createdAt,
updatedAt,
deletedAt,
requestProperty,
parentId,
creator,
orderBy,
orderType,
files,
skip,
take,
userReacteds,
];