HexabaseSearchCondition class

Constructors

HexabaseSearchCondition()

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>>