HexabaseSearchCondition class
Constructors
Properties
Methods
-
conditions(
HexabaseSearchCondition value) → HexabaseSearchCondition -
dataType(
String value) → HexabaseSearchCondition -
exactMatch(
bool value) → HexabaseSearchCondition -
get(
String id) → HexabaseSearchCondition? -
id(
String value) → HexabaseSearchCondition -
includeNull(
bool value) → HexabaseSearchCondition -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notMatch(
bool value) → HexabaseSearchCondition -
rpfId(
String value) → HexabaseSearchCondition -
seachValue(
dynamic value) → HexabaseSearchCondition -
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
useOrCondition(
bool value) → HexabaseSearchCondition
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
all(
HexabaseProject project, HexabaseDatastore datastore) → Future< List< HexabaseFieldResult> >