isEventSpecificError property

bool get isEventSpecificError

Verifica si es un error crĂ­tico que afecta a un evento especĂ­fico

Implementation

bool get isEventSpecificError {
  return eventIndex != null;
}