startDelay property

num? get startDelay

Implementation

_i2.num? get startDelay => _i4.getProperty(
      this,
      'startDelay',
    );
set startDelay (num? value)

Implementation

set startDelay(_i2.num? value) {
  _i4.setProperty(
    this,
    'startDelay',
    value ?? _i6.undefined,
  );
}