LogOptions constructor

const LogOptions({
  1. bool isEnabled = true,
})

Implementation

const LogOptions({this.isEnabled = true});