Continent constructor

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

Default constructor

Implementation

Continent(this.code, this.name);