messagesSent property

int messagesSent

Implementation

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

Implementation

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