SimpleLoader<T> constructor
SimpleLoader<T> (
- Object _key,
- FutureOr<
T> _load(- RetrieveInformation hypen
Implementation
SimpleLoader(this._key, this._load);