toJSON property

VideoColorSpaceInit Function() toJSON

Implementation

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

Implementation

set toJSON(_i3.VideoColorSpaceInit Function() value) {
  _i4.setProperty(
    this,
    'toJSON',
    _i4.allowInterop(value),
  );
}