BlocLogRecord constructor
BlocLogRecord({
- required BlocLogRecordType type,
- BlocBase? bloc,
- Object? event,
- Change? change,
- Transition? transition,
- Object? error,
- StackTrace? stackTrace,
Implementation
BlocLogRecord({
required this.type,
this.bloc,
this.event,
this.change,
this.transition,
this.error,
this.stackTrace,
});