isValid property

bool Function() isValid

Implementation

_i2.bool Function() get isValid => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'isValid',
      ),
      r'call',
      [this],
    );
void isValid=(bool value())

Implementation

set isValid(_i2.bool Function() value) {
  _i4.setProperty(
    this,
    'isValid',
    _i4.allowInterop(value),
  );
}