Countries class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

all() List<Country>
getting all the countries as a List of Country
areaBiggerThan(double area) List<Country>
areaSmallerThan(double area) CountryList
byAlpha3Code(String code) Country
byArea(double area) Country
byCallingCode(String code) Country
byCapital(String capital) Country
byCode(String code) Country
byFlag(String flag) Country
byName(String name) Country
get country by Name Example:
byNumericCode(String code) Country
byRegion(String region) List<Country>
byTimeZone(TimeZone timeZone) CountryList
independent() List<Country>
unMembers() List<Country>