fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<JotformForm> fields = const {
#title: _f$title,
#id: _f$id,
#username: _f$username,
#createdAt: _f$createdAt,
#status: _f$status,
#nNew: _f$nNew,
#height: _f$height,
#answers: _f$answers,
#updatedAt: _f$updatedAt,
#lastSubmission: _f$lastSubmission,
#count: _f$count,
#type: _f$type,
#favorite: _f$favorite,
#archived: _f$archived,
#url: _f$url,
#hasPayment: _f$hasPayment,
#paymentProps: _f$paymentProps,
};