BlocCreateLog constructor

BlocCreateLog({
  1. required BlocBase bloc,
})

Implementation

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