BlocCreateLog constructor
BlocCreateLog({
- required BlocBase bloc,
Implementation
BlocCreateLog({
required this.bloc,
}) : super(
key: getKey,
'${bloc.runtimeType} created',
title: getKey,
);