BlocChangeLog constructor
BlocChangeLog({
- required BlocBase bloc,
- required Change change,
- required ISpectifyBlocSettings settings,
Implementation
BlocChangeLog({
required this.bloc,
required this.change,
required this.settings,
}) : super(
key: getKey,
'${bloc.runtimeType} changed',
title: getKey,
);