Cilindro class

Inheritance

Constructors

Cilindro(int diametro, int comprimento, {required String cepOrigem, required String cepDestino, required Servico servico, required Contrato contrato, required int unidades, required int peso})

Properties

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

Methods

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

Operators

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