setMode method

void setMode(
  1. String modeFull
)

Setter for _mode

Implementation

void setMode(String modeFull) {
  _mode = modeFull;
}