isValid property

bool isValid

Implementation

bool get isValid {
  return _sw != null && _ne != null;
}