Form class

Implemented types

Constructors

Form({String? key, String? parent, bool? complete, int? created, int? updated, String? template, Map<String, dynamic>? data})

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

Static Properties

tableName String
getter/setter pair

Static Methods

deleteAll() Future<bool>
find(dynamic key) Future<Form?>
query({String? where, String? orderby}) Future<List<Form>>