LogView constructor

LogView({
  1. String name = '',
  2. String description = '',
  3. Timestamp? createTime,
  4. Timestamp? updateTime,
  5. String filter = '',
})

Implementation

LogView({
  this.name = '',
  this.description = '',
  this.createTime,
  this.updateTime,
  this.filter = '',
}) : super(fullyQualifiedName);