svc property

Implementation

SvcOutputMetadata get svc => js_util.getProperty(this, 'svc');
void svc=(SvcOutputMetadata newValue)

Implementation

set svc(SvcOutputMetadata newValue) {
  js_util.setProperty(this, 'svc', newValue);
}