floodColor property

String floodColor

Implementation

_i2.String get floodColor => _i4.getProperty(
      this,
      'floodColor',
    );
void floodColor=(String value)

Implementation

set floodColor(_i2.String value) {
  _i4.setProperty(
    this,
    'floodColor',
    value,
  );
}