setM method

void setM(
  1. bool m
)

Implementation

void setM(bool m) {
  this.m = m;
}