hasMatchers property
bool
get
hasMatchers
Implementation
bool get hasMatchers => matchers.values.any((value) => value.isEnabled);
bool get hasMatchers => matchers.values.any((value) => value.isEnabled);