Cep class

The class CEP is where everything is stored from the ViaCep website.

Constructors

Cep(String _cep, String _state, String _city, String _street, String _neighborhood)
const

Properties

cep String
no setter
city String
no setter
hashCode int
The hash code for this object.
no setterinherited
neighborhood String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
no setter
street String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Function to map all variables into a json
toString() String
A string representation of this object.
inherited

Operators

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