sentAlert property
int
get
sentAlert
Implementation
int get sentAlert => js_util.getProperty(this, 'sentAlert');
set
sentAlert
(int newValue)
Implementation
set sentAlert(int newValue) {
js_util.setProperty(this, 'sentAlert', newValue);
}