Continents constructor

const Continents(
  1. String value,
  2. String? name
)

Implementation

const Continents(this.value, this.name);