matches method

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

Implementation

@override
bool matches(OrgSection section) =>
    children.every((selector) => selector.matches(section));