menu
jaspr package
documentation
dom.dart
AttrCheck
AttrCheck.contains const constructor
AttrCheck.contains const constructor
dark_mode
light_mode
AttrCheck.contains
constructor
const
AttrCheck.contains
(
String
prefix
, {
bool
caseSensitive
=
true
,
})
Implementation
const AttrCheck.contains(String prefix, {this.caseSensitive = true}) : value = '*="$prefix"';
jaspr package
documentation
dom
AttrCheck
AttrCheck.contains const constructor
AttrCheck class