files property
The path of the JS or CSS files to inject, relative to the extension's
root directory.
Exactly one of files
or func
must be
specified.
Implementation
List<String>? get files =>
_wrapped.files?.toDart.cast<String>().map((e) => e).toList();