css property
Names of CSS files to be injected as a part of the content script.
Implementation
List<String>? get css =>
_wrapped.css?.toDart.cast<String>().map((e) => e).toList();
Names of CSS files to be injected as a part of the content script.
List<String>? get css =>
_wrapped.css?.toDart.cast<String>().map((e) => e).toList();