isPM property

bool isPM

Implementation

bool get isPM => _isPM;
void isPM=(bool b)

Implementation

set isPM(bool b) {
  _isPM = b;
  notify();
}