NamespaceQuery class
Represents a the namespace filter parameter in a query.
The namespaces list is used to limit the query to things in the given namespaces only. When this parameter is omitted, all namespaces will be queried.
See the Ditto-API for more information.
Constructors
-
NamespaceQuery.new(List<
String> namespaces) -
Creates a new NamespaceQuery with a list of
namespaces
.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
namespaces
↔ List<
String> -
The list of namespaces, leave it empty to query all namespaces.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateString(
) → String -
Returns the stored information in this
QueryParam
ready to use in a request. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited