uri property

  1. @override
StringLiteralImpl uri
override

Return the URI of the implementation library to be used if the condition is true.

Implementation

@override
StringLiteralImpl get uri => _uri;
void uri=(StringLiteralImpl uri)

Implementation

set uri(StringLiteralImpl uri) {
  _uri = _becomeParentOf(uri);
}