respondWithNewView property

void Function(ArrayBufferView) get respondWithNewView

Implementation

void Function(_i9.ArrayBufferView) get respondWithNewView =>
    (_i9.ArrayBufferView p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'respondWithNewView',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set respondWithNewView (void value(ArrayBufferView))

Implementation

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