AirtableQueryCrud class
Constructors
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
-
and(
Map< String, String> conditions) → AirtableQueryCrud -
Adds a condition with
AND
logic. -
build(
) → String - Builds the filter formula by combining all added clauses.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
or(
Map< String, String> conditions) → AirtableQueryCrud -
Adds a condition with
OR
logic. -
reset(
) → void - Resets the query builder.
-
toString(
) → String -
A string representation of this object.
inherited
-
where(
Map< String, String> conditions) → AirtableQueryCrud - Adds a basic condition.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited