TraceScope constructor

TraceScope({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. List<String>? resourceNames,
  5. String? updateTime,
})

Implementation

TraceScope({
  this.createTime,
  this.description,
  this.name,
  this.resourceNames,
  this.updateTime,
});