sentAlert property

int sentAlert

Implementation

int get sentAlert => js_util.getProperty(this, 'sentAlert');
void sentAlert=(int newValue)

Implementation

set sentAlert(int newValue) {
  js_util.setProperty(this, 'sentAlert', newValue);
}