ActionState constructor

ActionState(
  1. String state,
  2. dynamic data
)

Implementation

ActionState(this.state, this.data) : super();