menu
flutter_html package
documentation
flutter_html.dart
UnitType
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
UnitType
other
)
Implementation
bool matches(UnitType other) { return this == other || children.contains(other); }
flutter_html package
documentation
flutter_html
UnitType
matches method
UnitType enum