connection property

Implementation

PresentationConnection get connection =>
    js_util.getProperty(this, 'connection');
void connection=(PresentationConnection newValue)

Implementation

set connection(PresentationConnection newValue) {
  js_util.setProperty(this, 'connection', newValue);
}