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