Module constructor
const
Module({})
Implementation
const Module({
required this.key,
required this.title,
required this.description,
this.folders = const [],
this.files = const {},
this.packages = const [],
this.devPackages = const [],
this.dependsOn = const [],
});