TF-4004 Change new design for list email rules view
This commit is contained in:
@@ -10,6 +10,8 @@ class RuleId with EquatableMixin {
|
||||
required this.id,
|
||||
});
|
||||
|
||||
factory RuleId.fromString(String id) => RuleId(id: Id(id));
|
||||
|
||||
@override
|
||||
List<Object?> get props => [id];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user