importedLibraries property

List<String>? importedLibraries
getter/setter pair

If language = "JAVASCRIPT", this field stores the path of the imported JAVASCRIPT libraries.

Optional.

Implementation

core.List<core.String>? importedLibraries;