Scope constructor

Scope({
  1. String? logScope,
  2. String? name,
  3. String? traceScope,
  4. String? updateTime,
})

Implementation

Scope({this.logScope, this.name, this.traceScope, this.updateTime});