TruncateLogContext constructor

TruncateLogContext({
  1. String? kind,
  2. String? logType,
})

Implementation

TruncateLogContext({
  this.kind,
  this.logType,
});