Locations class

Constructors

Locations()

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

countriesList() Future<Map<String, dynamic>>
Return a list of countries
formatsList(String country_code) Future<Map<String, dynamic>>
Get phone and zip formats list by country ISO code
statesList(String country_code) Future<Map<String, dynamic>>
Get states list by country ISO code