StackTrace constructor

StackTrace({
  1. String? exception,
})

Implementation

StackTrace({
  this.exception,
});