TypedQueryKey<T> class
A QueryKey that carries an associated result type.
This helps keep query-key usage explicit when working with typed query APIs.
Constructors
- TypedQueryKey(String _key, Type _type)
-
Creates a typed query key from the base
keystring andtype.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withParam(
String param) → TypedQueryKey< T> -
Returns a new key by appending a single
param. -
withParams(
List< String> params) → TypedQueryKey<T> -
Returns a new key by appending all
paramsin order.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited