SimpleLoader<T> constructor

SimpleLoader<T>(
  1. Object _key,
  2. FutureOr<T> _load(
    1. RetrieveInformation hypen
    )
)

Implementation

SimpleLoader(this._key, this._load);