SearchServiceFamily class

See also SearchService.

Constructors

SearchServiceFamily()
See also SearchService.
const

Properties

allTransitiveDependencies Iterable<ProviderOrFamily>?
no setter
dependencies Iterable<ProviderOrFamily>?
no setter
hashCode int
The hash code for this object.
no setterinherited
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T extends BaseModel>() SearchServiceProvider<T>
See also SearchService.
getProviderOverride(covariant SearchServiceProvider<BaseModel> provider) SearchServiceProvider<BaseModel>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideWith(SearchService<BaseModel> create()) → Override
Enables overriding the behavior of this provider, no matter the parameters.
toString() String
A string representation of this object.
inherited

Operators

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