BlocStateEntry constructor

BlocStateEntry(
  1. String blocType,
  2. dynamic currentState, [
  3. dynamic previousState
])

Implementation

BlocStateEntry(this.blocType, this.currentState, [this.previousState])
  : timestamp = DateTime.now();