byRegion static method

List<Country> byRegion(
  1. Region region
)

Countries in region.

Implementation

static List<Country> byRegion(Region region) => _all.byRegion(region);