flowStartingPoints property

ReadonlyArray get flowStartingPoints

Implementation

_i4.ReadonlyArray<_i2.dynamic> get flowStartingPoints => _i5.getProperty(
      this,
      'flowStartingPoints',
    );
set flowStartingPoints (ReadonlyArray value)

Implementation

set flowStartingPoints(_i4.ReadonlyArray<_i2.dynamic> value) {
  _i5.setProperty(
    this,
    'flowStartingPoints',
    value,
  );
}