menu
arch_test package
documentation
predicate_builders.dart
FunctionalValueMatcher<P>
matches method
matches method
dark_mode
light_mode
matches
method
@
override
bool
matches
(
P
value
)
override
Implementation
@override bool matches(P value) { return matcher(value); }
arch_test package
documentation
predicate_builders
FunctionalValueMatcher<P>
matches method
FunctionalValueMatcher class