Objeto class abstract

Implementers

Constructors

Objeto({required String cepOrigem, required String cepDestino, required Servico servico, required Contrato contrato, required TipoObjeto tipoObjeto, required int unidades, required int peso, double? valor, DateTime? dataEvento, int? pesoCubico, String? numeroRequisicao})

Properties

cepDestino String
final
cepOrigem String
final
contrato Contrato
final
dataEvento DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
numeroRequisicao String?
final
peso int
final
pesoCubico int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servico Servico
final
servicoCodigo → dynamic
no setter
tipoObjeto TipoObjeto
final
unidades int
final
valor double?
final

Methods

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

Operators

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