imports property

List<ImportFile>? imports
getter/setter pair

Specifies any files to import for this configuration.

This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.

Implementation

core.List<ImportFile>? imports;