country method

String country()

Generates a country.

Example:

  faker.address.country();

Implementation

String country() => random.element(countries);