reason property

Implementation

PresentationConnectionCloseReason get reason =>
    PresentationConnectionCloseReason.fromValue(
        js_util.getProperty(this, 'reason'));
void reason=(PresentationConnectionCloseReason newValue)

Implementation

set reason(PresentationConnectionCloseReason newValue) {
  js_util.setProperty(this, 'reason', newValue.value);
}