LogDefineOptions constructor

LogDefineOptions({
  1. bool skipEnabledCheck = false,
})

Creates a new instance of LogDefineOptions.

Implementation

LogDefineOptions({this.skipEnabledCheck = false});