target property
Uri
get
target
A target URI to open with more information about the diagnostic error.
Implementation
_i3.Uri get target => _i5.getProperty(
this,
'target',
);
set
target
(Uri value)
Implementation
set target(_i3.Uri value) {
_i5.setProperty(
this,
'target',
value,
);
}