Encomenda class

Constructors

Encomenda({required String codObjeto, required String? dtPrevista, required List<Eventos> eventos, required TipoPostal tipoPostal, required bool habilitaAutoDeclaracao, required bool permiteEncargoImportacao, required bool habilitaPercorridaCarteiro, required bool bloqueioObjeto, required bool possuiLocker, required bool habilitaLocker, required bool habilitaCrowdshipping})
Encomenda.fromJson(Map<String, dynamic> json)

Properties

bloqueioObjeto bool
latefinal
codObjeto String
latefinal
dtPrevista String?
latefinal
eventos List<Eventos>
latefinal
habilitaAutoDeclaracao bool
latefinal
habilitaCrowdshipping bool
latefinal
habilitaLocker bool
latefinal
habilitaPercorridaCarteiro bool
latefinal
hashCode int
The hash code for this object.
no setterinherited
permiteEncargoImportacao bool
latefinal
possuiLocker bool
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipoPostal TipoPostal
latefinal

Methods

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

Operators

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