dependencies property

List<String>? dependencies
getter/setter pair

Names of the modules that this module directly depends on.

Each module implicitly depends on the base module.

Implementation

core.List<core.String>? dependencies;