QueryParam<DartType> class
QueryParam
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ← bool
-
Available on QueryParam<
bool> , provided by the QueryParamBool extensionno getter -
value
← List<
int> -
Available on QueryParam<
List< , provided by the QueryParamBytes extensionint> >no getter - value ← double
-
Available on QueryParam<
double> , provided by the QueryParamDouble extensionno getter - value ← int
-
Available on QueryParam<
int> , provided by the QueryParamInt extensionno getter - value ← String
-
Available on QueryParam<
String> , provided by the QueryParamString extensionno getter -
values
← List<
int> -
Available on QueryParam<
int> , provided by the QueryParamInt extensionno getter -
values
← List<
String> -
Available on QueryParam<
String> , provided by the QueryParamString extensionno getter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
twoValues(
double a, double b) → void -
Available on QueryParam<
set values for condition consisting of two valuesdouble> , provided by the QueryParamDouble extension -
twoValues(
int a, int b) → void -
Available on QueryParam<
set values for condition consisting of two valuesint> , provided by the QueryParamInt extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited