Country constructor

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

Implementation

Country(this.name, this.flag);