isWarning property

bool get isWarning

Retorna se é um aviso

Implementation

bool get isWarning {
  return errorInfo?.tipo == RelpsnErrorType.aviso;
}