BuzzTypedEventBusForTypeNotFound constructor

BuzzTypedEventBusForTypeNotFound(
  1. String type, [
  2. StackTrace? stackTrace
])

Implementation

BuzzTypedEventBusForTypeNotFound(
  String type, [
  StackTrace? stackTrace,
]) : super('EventBus for $type not found', stackTrace);