hasSuccess method

bool hasSuccess()

Implementation

bool hasSuccess() {
  if (successText != null && successText != '') {
    return true;
  }
  return false;
}