CalcPrecoPrazoItemModel class

Model para retorno do servico calcPrecoPrazo

Constructors

CalcPrecoPrazoItemModel({String? nome, String? codigo, double? valor, int? prazoEntrega, double? valorMaoPropria, double? valorAvisoRecebimento, double? valorDeclarado, bool? entregaDomiciliar, bool? entregaSabado, String? codErro, Map? msgErro, double? valorSemAdicionais, Map? obsFim})
Construtor padrao
CalcPrecoPrazoItemModel.fromJson(Map<String, dynamic> json)
Popula a model a partir do resultado do servico calcPrecoPrazo

Properties

codErro String?
getter/setter pair
codigo String?
getter/setter pair
entregaDomiciliar bool?
getter/setter pair
entregaSabado bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msgErro Map?
getter/setter pair
nome String?
getter/setter pair
obsFim Map?
getter/setter pair
prazoEntrega int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valor double?
getter/setter pair
valorAvisoRecebimento double?
getter/setter pair
valorDeclarado double?
getter/setter pair
valorMaoPropria double?
getter/setter pair
valorSemAdicionais double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Traduz esta model para json
toString() String
Imprime esta model como um json valido
override

Operators

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