Country constructor

const Country(
  1. String code
)

Implementation

const Country(this.code);