DeltaCountry class

Constructors

DeltaCountry()

Properties

all List<Country>
Will get all countries details
no setter
dialCodes List<String>
List dialCodes
no setter
flagUrls List<Flags>
list of Flags i.e {"svg":link,"png":link}
no setter
hashCode int
The hash code for this object.
no setterinherited
names List<String>
List of country names
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cities(String country) List<String>
List of cities
details(String country) Country
FOR EXAMPLE: we want see detail of pakistan.Then we have to call "Pakistan".countryDetail will return below data as Country Model class
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