links property
List<DevResource>
get
links
Implementation
_i2.List<_i3.DevResource> get links => ((_i5.getProperty(
this,
'links',
)) as _i2.List)
.cast();
set
links
(List<DevResource> value)
Implementation
set links(_i2.List<_i3.DevResource> value) {
_i5.setProperty(
this,
'links',
value,
);
}