Zone constructor

Zone(
  1. String code,
  2. String name,
  3. int stateId
)

Implementation

Zone(this.code, this.name, this.stateId);