DebugSystem constructor

DebugSystem({
  1. String tag = 'main',
})

Implementation

DebugSystem({this.tag = 'main'});