getMappedElement method
Returns the mapped element T associated with domNode.
checkParents If true, also checks for mapped domNode.parent.
Implementation
@override
T? getMappedElement(DOMNode? domNode, {bool checkParents = false}) => null;
Returns the mapped element T associated with domNode.
checkParents If true, also checks for mapped domNode.parent.
@override
T? getMappedElement(DOMNode? domNode, {bool checkParents = false}) => null;