UpdateState constructor

const UpdateState({
  1. dynamic data,
  2. String? stateName,
})

Implementation

const UpdateState({this.data, this.stateName});