closest method - Element class - dart:html library (original) (raw)

description

Element? closest(

  1. String selectors )

Implementation

Element? closest(String selectors) native;