create property

BlocEventChannelDebugger Function(BuildContext, BlocEventChannel? parentChannel)? create
final

Creates the instance of the BlocEventChannelDebugger to be provided.

Implementation

final BlocEventChannelDebugger Function(
  BuildContext,
  BlocEventChannel? parentChannel,
)? create;