sentAlert property

num? get sentAlert

Implementation

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

Implementation

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