setPatch method

void setPatch(
  1. int value
)

Implementation

void setPatch(int value) {
  _patchNumber = value;
}