endTransformFeedback property

void Function() endTransformFeedback

Implementation

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

Implementation

set endTransformFeedback(void Function() value) {
  _i4.setProperty(
    this,
    'endTransformFeedback',
    _i4.allowInterop(value),
  );
}