withWeight property

void withWeight=(int weight)

Implementation

set withWeight(int weight) {
  _weight = weight;
}