CatchParameterNamesConfig constructor

const CatchParameterNamesConfig({
  1. String exception = 'err',
  2. String stackTrace = 'st',
})

Implementation

const CatchParameterNamesConfig({
  this.exception = 'err',
  this.stackTrace = 'st',
});