Moment<State, Event> constructor

const Moment<State, Event>(
  1. State state,
  2. State? oldState,
  3. Event? event
)

Implementation

const Moment(this.state, this.oldState, this.event);