matches method

  1. @override
bool matches(
  1. OrgSection section
)
override

Implementation

@override
bool matches(OrgSection section) => !child.matches(section);