endDelay property

num endDelay

Implementation

_i2.num get endDelay => _i6.getProperty(
      this,
      'endDelay',
    );
void endDelay=(num value)

Implementation

set endDelay(_i2.num value) {
  _i6.setProperty(
    this,
    'endDelay',
    value,
  );
}