JotformForm class

Mixed-in types
Annotations
  • @MappableClass()

Constructors

JotformForm.new({required String title, required String id, required String username, required DateTime createdAt, required JotformFormStatus status, required bool nNew, required int height, Map<int, JotformAnswer> answers = const {}, DateTime? updatedAt, DateTime? lastSubmission, int count = 0, required JotformFormType type, required bool favorite, required bool archived, required String url, required bool hasPayment, JotformFormPaymentProps? paymentProps})

Properties

answers Map<int, JotformAnswer>
final
archived bool
final
copyWith JotformFormCopyWith<JotformForm, JotformForm, JotformForm>
no setterinherited
count int
final
createdAt DateTime
final
favorite bool
final
hashCode int
The hash code for this object.
no setterinherited
hasPayment bool
final
height int
final
id String
final
lastSubmission DateTime?
final
nNew bool
final
paymentProps JotformFormPaymentProps?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status JotformFormStatus
final
title String
final
type JotformFormType
final
updatedAt DateTime?
final
url String
final
username String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited