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