rgb property

Rgb Function(Object) get rgb

Implementation

_i3.Rgb Function(_i2.Object) get rgb => (_i2.Object p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'rgb',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set rgb (Rgb value(Object))

Implementation

set rgb(_i3.Rgb Function(_i2.Object) value) {
  _i5.setProperty(
    this,
    'rgb',
    _i5.allowInterop(value),
  );
}