referencedFiles property

List<String>? referencedFiles
final

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

final List<String>? referencedFiles;