fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<JotformSubmission> fields = const {
#id: _f$id,
#formId: _f$formId,
#ip: _f$ip,
#createdAt: _f$createdAt,
#status: _f$status,
#nNew: _f$nNew,
#flag: _f$flag,
#notes: _f$notes,
#answers: _f$answers,
#updatedAt: _f$updatedAt,
};