isFatal property

bool get isFatal

是否为致命错误

Implementation

bool get isFatal {
  return crashType == 'ios_exception' ||
         crashType == 'android_exception' ||
         crashType == 'ios_signal';
}