messagesSent property

int get messagesSent

Implementation

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

Implementation

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