asMappedElement method
Returns element or recursively a element.parent that is mapped.
If element hierarchy doesn't have a mapped node, will return null.
Implementation
@override
T? asMappedElement(T? element) => null;
Returns element or recursively a element.parent that is mapped.
If element hierarchy doesn't have a mapped node, will return null.
@override
T? asMappedElement(T? element) => null;