paints property

List<Object> get paints

Implementation

_i2.List<_i2.Object> get paints => ((_i5.getProperty(
      this,
      'paints',
    )) as _i2.List)
        .cast();
set paints (List<Object> value)

Implementation

set paints(_i2.List<_i2.Object> value) {
  _i5.setProperty(
    this,
    'paints',
    value,
  );
}