checkWeight method

  1. @override
int checkWeight(
  1. int weight
)
override

Implementation

@override
int checkWeight(int weight) {
  return weight;
}