LogPart constructor
LogPart()
Implementation
LogPart(this.classLocation, this.functionLocation, this._monitor, Map<String, dynamic> debug, this._historyList)
:
// debug は debug 実行時のみ表示する. 本番実行時は表示しない.
_debug = bool.fromEnvironment(_dart_vm_product) ? const {} : debug
;