Module constructor
const
Module({})
Create a new Module
imports
possible list of modules which will be recursively imported.
Implementation
const Module({List<Type>? imports, this.includeSubdirectories = true, this.includeSiblings = true}) : imports = imports ?? const [];