UpdateState constructor

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

Implementation

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