referencedFiles property

List<String>? referencedFiles
getter/setter pair

A list of the Dart files that are referenced by the file. This field is omitted if the file is not an HTML file.

Implementation

List<String>? referencedFiles;