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