Form class
- Implemented types
Constructors
Properties
- complete ↔ bool
-
getter/setter pair
- created → int
-
no setter
-
data
← Map<
String, dynamic> ? -
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
no setter
- parent → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- template ↔ String?
-
getter/setter pair
- updated ↔ int
-
getter/setter pair
Methods
-
compareTo(
dynamic other) → int -
Compares this object to another object.
override
-
delete(
) → Future< Exception?> -
insert(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited