weight property

double? get weight
inherited

weight is the weight of the item.

Implementation

set code(String value);/// [weight] is the weight of the item.
double? get weight;
set weight (double? value)
inherited

weight is the weight of the item.

Implementation

double? get weight;/// [weight] is the weight of the item.
set weight(double? value);