BlocStateLog class

Constructors

BlocStateLog({required Bloc bloc, required Transition transition, required ISpectifyBlocSettings settings})

Properties

bloc → Bloc
final
data Map<String, dynamic>?
finalinherited
error Error?
finalinherited
errorText String
no setterinherited
exception Object?
finalinherited
exceptionText String
no setterinherited
formattedTime String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
no setterinherited
key String?
finalinherited
logLevel → LogLevel?
finalinherited
message String?
finalinherited
messageText String
no setterinherited
pen → AnsiPen?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings ISpectifyBlocSettings
final
stackTrace StackTrace?
finalinherited
stackTraceText String
no setterinherited
textMessage String
no setter
time DateTime
no setterinherited
title String?
finalinherited
transition → Transition
final

Methods

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

Operators

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

Constants

getKey → const String