FormModel class
Constructors
-
FormModel.new({required String faName, required List<
FormFieldModel> faFields, String? faEf, String? faVid, String? faSt, String? faHt, String? faTs, required bool faSu})
Properties
- faEf → String?
-
Entry field
final
-
faFields
→ List<
FormFieldModel> -
Form fields
final
- faHt → String?
-
Hesitation time
final
- faId → String?
-
ID
final
- faName → String
-
Form name
final
- faSt → String?
-
Start
final
- faSu → bool
-
Form submit status
final
- faTs → String?
-
Time spent
final
- faVid → String?
-
View ID
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited