CorreiosRastreio class

Constructors

CorreiosRastreio()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenExpiration int
getter/setter pair
tokenFuture Future?
getter/setter pair
tokenValue String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rastrearEncomenda(String codigo) Future<Encomenda>
Recebe o código da encomenda retorna Encomenda contendo todas suas informacoes Pode lancar uma exceção CodeNotFound em caso de código não encontrado
toString() String
A string representation of this object.
inherited

Operators

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