values property

List<Continent> get values

All values with Continent

Implementation

static List<Continent> get values => [
      africa,
      antarctica,
      asia,
      australia,
      europe,
      northAmerica,
      southAmerica,
    ];