CrashDialogError constructor

CrashDialogError({
  1. String? crashPackage,
})

Implementation

CrashDialogError({
  this.crashPackage,
});