NativeCrash constructor

NativeCrash({
  1. StackTrace? stackTrace,
})

Implementation

NativeCrash({
  this.stackTrace,
});