SpotService<T> constructor
SpotService<T> (
- SpotType type,
- SpotGetter<
T> ? locator, - Type targetType, {
- SpotAsyncGetter<
T> ? asyncLocator,
Implementation
SpotService(this.type, this.locator, this.targetType, {this.asyncLocator});