CustomSourceLocation constructor

CustomSourceLocation({
  1. bool? stateful,
})

Implementation

CustomSourceLocation({
  this.stateful,
});