buildUrlIri method
Builds an IRI in the form of 'url(#id)'.
Implementation
String buildUrlIri() => 'url(#${getAttribute(attributes, 'id')})';
Builds an IRI in the form of 'url(#id)'.
String buildUrlIri() => 'url(#${getAttribute(attributes, 'id')})';