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