Rule constructor Null safety
Implementation
Rule({
required this.id,
required this.description,
required this.issueType,
required this.category,
required this.isPremium,
});
Rule({
required this.id,
required this.description,
required this.issueType,
required this.category,
required this.isPremium,
});