Country constructor

Country(
  1. String name,
  2. String code
)

Implementation

Country(this.name, this.code);