DeveloperOutput constructor

DeveloperOutput({
  1. String name = 'LOG',
  2. bool forwardMetadata = true,
})

Implementation

DeveloperOutput({
  this.name = 'LOG',
  this.forwardMetadata = true,
});