isValid property

bool Function(String, Options) isValid

Implementation

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

Implementation

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