Logger constructor

const Logger(
  1. String name, [
  2. String tag = 'none'
])

Implementation

const Logger(this.name, [this.tag = 'none']);