fields property
A list of all JSON fields included in the attachment model.
This getter returns all the fields that should be serialized or deserialized when converting the attachment to or from JSON format.
Implementation
@override
List<JsonField> get fields => [
id,
name,
isFile,
fileId,
path,
appUserId,
appUser,
file,
link,
description,
];