LogExclusion constructor
LogExclusion({})
Implementation
LogExclusion({
required this.name,
this.description = '',
required this.filter,
this.disabled = false,
this.createTime,
this.updateTime,
}) : super(fullyQualifiedName);