SuppressionEntry constructor
SuppressionEntry({
- int? id,
- SuppressionEntryTypeEnum? type,
- String? value,
- String? reason,
- DateTime? createdAt,
Returns a new SuppressionEntry instance.
Implementation
SuppressionEntry({
this.id,
this.type,
this.value,
this.reason,
this.createdAt,
});