uri property
Uri?
get
uri
The uri of a {@link TextDocument text document}
Implementation
_i3.Uri? get uri => _i5.getProperty(
this,
'uri',
);
set
uri
(Uri? value)
Implementation
set uri(_i3.Uri? value) {
_i5.setProperty(
this,
'uri',
value ?? _i6.undefined,
);
}