States constructor

States(
  1. int stateId,
  2. String name
)

Implementation

States(this.stateId, this.name);