isComplete property

bool get isComplete

Returns true if all details are complete and valid otherwise, return false.

Implementation

bool get isComplete {
  checkIsValid();
  return _complete;
}