County constructor

const County(
  1. String name,
  2. String code
)

Implementation

const County(this.name, this.code);