TSONController class abstract

Abstract interface for TSON form behavior.

Constructors

TSONController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCalculatedFields() Map<String, dynamic>
Returns a map of calculated field values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSubmit(Map<String, dynamic> formData) Future<void>
Called when the form is submitted.
onValueChanged(String fieldId, dynamic value) Future<void>
Called when a field's value changes.
toString() String
A string representation of this object.
inherited
validate(String fieldId, dynamic value) Future<void>
Validates a specific field's value.

Operators

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