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;
}