isValid property

bool get isValid

Implementation

bool get isValid {
  return responseCalls != 0;
}