js property
The list of JavaScript files to be injected into matching pages. These are injected in the order they appear in this array.
Implementation
List<String>? get js =>
_wrapped.js?.toDart.cast<String>().map((e) => e).toList();
The list of JavaScript files to be injected into matching pages. These are injected in the order they appear in this array.
List<String>? get js =>
_wrapped.js?.toDart.cast<String>().map((e) => e).toList();