BlocStateEntry constructor
BlocStateEntry(
- String blocType,
- dynamic currentState, [
- dynamic previousState
Implementation
BlocStateEntry(this.blocType, this.currentState, [this.previousState])
: timestamp = DateTime.now();