menu
chrome_extension package
documentation
extension_types.dart
DeleteInjectionDetails
file property
file property
dark_mode
light_mode
file
property
String
?
get
file
CSS file to remove.
Implementation
String? get file => _wrapped.file;
set
file
(
String
?
v
)
Implementation
set file(String? v) { _wrapped.file = v; }
chrome_extension package
documentation
extension_types
DeleteInjectionDetails
file property
DeleteInjectionDetails class