ItemModel class

Constructors

ItemModel({String? code, required String name, String? barCode, double? value, int? amount, int? categoryId, String? categoryName, bool? isGift, String? sellerName, String? sellerDocument, String? isMarketPlace, String? shippingCompany})

Properties

amount int?
Quantidade
getter/setter pair
barCode String?
EAN (Código de barras) do produto
getter/setter pair
categoryId int?
Valor Unitário
getter/setter pair
categoryName String?
Código da Categoria do Produto
getter/setter pair
code String?
Código do Produto
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isGift bool?
Identifica se o item é um presente (true ou false)
getter/setter pair
isMarketPlace String?
Identifica se o item é de um Marketplace (Informar “true” ou “false”)
getter/setter pair
name String
Nome do Produto
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerDocument String?
CNPJ do seller
getter/setter pair
sellerName String?
Nome do seller
getter/setter pair
shippingCompany String?
Nome da Transportadora
getter/setter pair
value double?
Valor Unitário
getter/setter pair

Methods

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

Operators

operator ==(Object o) bool
The equality operator.
override