isOneish method

bool isOneish()

Implementation

bool isOneish() {
  return identical(mag.length, 1) && identical(mag[0], 1);
}