createGif property

MediaNode Function(String) get createGif

Implementation

_i3.MediaNode Function(_i2.String) get createGif =>
    (_i2.String p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'createGif',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set createGif (MediaNode value(String))

Implementation

set createGif(_i3.MediaNode Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'createGif',
    _i5.allowInterop(value),
  );
}