isNotAuto property

bool get isNotAuto

Implementation

bool get isNotAuto {
  return !isAuto;
}