JotformSubmission class
- Mixed-in types
- Annotations
-
- @MappableClass()
Constructors
-
JotformSubmission.new({required String id, required String formId, required String ip, required DateTime createdAt, required JotformSubmissionStatus status, required bool nNew, required String flag, required String notes, Map<
String, JotformAnswer> answers = const {}, DateTime? updatedAt})
Properties
-
answers
→ Map<
String, JotformAnswer> -
final
-
copyWith
→ JotformSubmissionCopyWith<
JotformSubmission, JotformSubmission, JotformSubmission> -
no setterinherited
- createdAt → DateTime
-
final
- flag → String
-
final
- formId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- ip → String
-
final
- nNew → bool
-
final
- notes → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → JotformSubmissionStatus
-
final
- updatedAt → DateTime?
-
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