BlocLogRecord class

Constructors

BlocLogRecord({required BlocLogRecordType type, BlocBase? bloc, Object? event, Change? change, Transition? transition, Object? error, StackTrace? stackTrace})
BlocLogRecord.onChange(BlocBase bloc, Change change)
factory
BlocLogRecord.onClose(BlocBase bloc)
factory
BlocLogRecord.onCreate(BlocBase bloc)
factory
BlocLogRecord.onError(BlocBase bloc, Object error, StackTrace stackTrace)
factory
BlocLogRecord.onEvent(BlocBase bloc, Object? event)
factory
BlocLogRecord.onTransition(BlocBase bloc, Transition transition)
factory

Properties

bloc → BlocBase?
final
change → Change?
final
error Object?
final
event Object?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
final
transition → Transition?
final
type BlocLogRecordType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited