ForecastConclusionListener<T, V> typedef

ForecastConclusionListener<T, V> = void Function(T source, List<ForecastObservation<T, V>>? observations, String event, V conclusion)

Implementation

typedef ForecastConclusionListener<T, V> = void Function(T source,
    List<ForecastObservation<T, V>>? observations, String event, V conclusion);