isValid property

bool isValid

Checks whether bound object is valid

Implementation

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