onsubmit property

(dynamic Function(SubmitEvent)?) onsubmit

Implementation

_i2.dynamic Function(_i3.SubmitEvent)? get onsubmit =>
    (_i3.SubmitEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onsubmit',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void onsubmit=(dynamic value(SubmitEvent)?)

Implementation

set onsubmit(_i2.dynamic Function(_i3.SubmitEvent)? value) {
  _i4.setProperty(
    this,
    'onsubmit',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}