svc property
SvcOutputMetadata
get
svc
Implementation
SvcOutputMetadata get svc => js_util.getProperty(this, 'svc');
set
svc
(SvcOutputMetadata newValue)
Implementation
set svc(SvcOutputMetadata newValue) {
js_util.setProperty(this, 'svc', newValue);
}