PriceTagData class

Constructors

PriceTagData({int barCode = 0, String currency = 'R\$', int code = 0, String date = '', String description = '', num price = 0, num promoPrice = 0, int promoPriceQuantity = 0, String package = '', String brand = ''})

Properties

barCode int
getter/setter pair
brand String
getter/setter pair
code int
getter/setter pair
currency String
getter/setter pair
date String
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
package String
getter/setter pair
price num
getter/setter pair
promoPrice num
getter/setter pair
promoPriceQuantity int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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