willValidate property

bool willValidate

Returns whether an element will successfully validate based on forms validation rules and constraints.

Implementation

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