fields property

  1. @override
MappableFields<JotformFormPaymentProps> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<JotformFormPaymentProps> fields = const {
  #gateway: _f$gateway,
  #questionId: _f$questionId,
  #type: _f$type,
};