BlocStateLog constructor
BlocStateLog({
- required Bloc bloc,
- required Transition transition,
- required ISpectifyBlocSettings settings,
Implementation
BlocStateLog({
required this.bloc,
required this.transition,
required this.settings,
}) : super(
key: getKey,
'${bloc.runtimeType} with event ${transition.event.runtimeType}',
title: getKey,
);