CountryFilter class

Constructors

CountryFilter({bool isName = false, bool isCapital = false, bool isRegion = false, bool isAlpha2Code = false, bool isAlpha3Code = false, bool isDemonym = false, bool isTimeZone = false, bool isCallingCode = false, bool isBorders = false, bool isAltSpellings = false, bool isCurrency = false, bool isLanguage = false, bool isLatLong = false, bool isTranslation = false, bool isFlag = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAlpha2Code bool
getter/setter pair
isAlpha3Code bool
getter/setter pair
isAltSpellings bool
getter/setter pair
isBorders bool
getter/setter pair
isCallingCode bool
getter/setter pair
isCapital bool
getter/setter pair
isCurrency bool
getter/setter pair
isDemonym bool
getter/setter pair
isFlag bool
getter/setter pair
isLanguage bool
getter/setter pair
isLatLong bool
getter/setter pair
isName bool
getter/setter pair
isRegion bool
getter/setter pair
isTimeZone bool
getter/setter pair
isTranslation bool
getter/setter pair
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