isChildOfElement abstract method

bool isChildOfElement(
  1. T? parent,
  2. T? child
)

Implementation

bool isChildOfElement(T? parent, T? child);