Logger constructor

Logger(
  1. void log(
    1. String,
    2. Object?
    )
)

Implementation

Logger(this.log);