Logger constructor

Logger({
  1. bool isEnabled = false,
})

Implementation

Logger({this.isEnabled = false});