findByAncestor abstract method

TFinderType findByAncestor(
  1. TFinderType of,
  2. TFinderType matching, {
  3. bool matchRoot = false,
  4. bool firstMatchOnly = false,
})

Implementation

TFinderType findByAncestor(
  TFinderType of,
  TFinderType matching, {
  bool matchRoot = false,
  bool firstMatchOnly = false,
});