SourceHandlerRegistry constructor

SourceHandlerRegistry({
  1. required List<SourceHandler> handlers,
})

Implementation

SourceHandlerRegistry({required this.handlers});