setValidity method
Implementation
void setValidity(
[ValidityStateFlags? flags, String? message, HTMLElement? anchor]) =>
js_util.callMethod(this, 'setValidity', [flags, message, anchor]);
void setValidity(
[ValidityStateFlags? flags, String? message, HTMLElement? anchor]) =>
js_util.callMethod(this, 'setValidity', [flags, message, anchor]);