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 extension

no getter
value List<int>

Available on QueryParam<List<int>>, provided by the QueryParamBytes extension

no getter
value double

Available on QueryParam<double>, provided by the QueryParamDouble extension

no getter
value int

Available on QueryParam<int>, provided by the QueryParamInt extension

no getter
value String

Available on QueryParam<String>, provided by the QueryParamString extension

no getter
values List<int>

Available on QueryParam<int>, provided by the QueryParamInt extension

no getter
values List<String>

Available on QueryParam<String>, provided by the QueryParamString extension

no 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<double>, provided by the QueryParamDouble extension

set values for condition consisting of two values
twoValues(int a, int b) → void

Available on QueryParam<int>, provided by the QueryParamInt extension

set values for condition consisting of two values

Operators

operator ==(Object other) bool
The equality operator.
inherited