DataSourceResolver<T> class
Wrapper to resolve a DataSource.
Constructors
-
DataSourceResolver(DataSource<
T> dataSource) - DataSourceResolver.byID(String? id)
- DataSourceResolver.byName(String domain, String name)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveDataSource(
) → DataSource< T> ? -
resolveDataSourceAsync(
[Duration? timeout]) → Future< DataSource< T> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override