SuccessDetail constructor

SuccessDetail({
  1. bool? otherNativeCrash,
})

Implementation

SuccessDetail({
  this.otherNativeCrash,
});