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