adornedLink property
Link?
get
adornedLink
This read-only property returns the Link that is being routed manually.
Implementation
_i3.Link? get adornedLink => _i4.getProperty(
this,
'adornedLink',
);
set
adornedLink
(Link? value)
Implementation
set adornedLink(_i3.Link? value) {
_i4.setProperty(
this,
'adornedLink',
value ?? _i5.undefined,
);
}