RegulatoryTask constructor
RegulatoryTask({})
Implementation
RegulatoryTask({
required this.id,
required this.title,
required this.description,
this.resources = const [],
this.dependsOn = const [],
this.isCompleted = false,
});