avoidanceCellSize property

Size get avoidanceCellSize

(undocumented)

Implementation

_i3.Size get avoidanceCellSize => _i4.getProperty(
      this,
      'avoidanceCellSize',
    );
set avoidanceCellSize (Size value)

Implementation

set avoidanceCellSize(_i3.Size value) {
  _i4.setProperty(
    this,
    'avoidanceCellSize',
    value,
  );
}