SpotService<T> constructor

SpotService<T>(
  1. SpotType type,
  2. SpotGetter<T>? locator,
  3. Type targetType, {
  4. SpotAsyncGetter<T>? asyncLocator,
})

Implementation

SpotService(this.type, this.locator, this.targetType, {this.asyncLocator});