isNotAuto property

bool isNotAuto

Implementation

bool get isNotAuto {
  return !isAuto;
}