optionDependency property

List<String>? optionDependency
getter/setter pair

Names of files imported by this file purely for the purpose of providing option extensions.

These are excluded from the dependency list above.

Implementation

core.List<core.String>? optionDependency;