isSuccess method

bool isSuccess()

Implementation

bool isSuccess(){
  return status == DomainStatus.success;
}