PlaceholderQueryFragment class
A query fragment that can be embedded in another query.
When embedded in a query directly or with toString, the default placeholder "?" is used.
Can be called as a function with a different placeholder if desired.
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
-
call(
[String placeholder = '?']) → String - Return a query fragment with the specified placeholder value.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Return a query fragment with the default placeholder value of '?'.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited