getWeight method

List<String?> getWeight()

Implementation

List<String?> getWeight() {
  return [_weight, _weightStatus];
}