FormResultFree class

Constructors

FormResultFree(DBFormFree form, {bool success = true, Map<String, FieldResultFree>? formResult})

Properties

form ↔ DBFormFree
getter/setter pair
formResult ↔ Map<String, FieldResultFree>
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
success ↔ bool
getter/setter pair

Methods

formValues({List<String>? selectedFields}) → Map<String, Object?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited
updateErrors(Map<String, List<String>> errors) → void
updateFromMongoResponse(List<Map<String, Object?>> response) → void
updateValues(Map<String, Object?> values) → void

Operators

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