willValidate property

bool willValidate

Returns true if internals's target element will be validated when the form is submitted; false otherwise.

MDN Reference

Implementation

_i2.bool get willValidate => _i4.getProperty(
      this,
      'willValidate',
    );