link property
dynamic
get
link
Implementation
_i2.dynamic get link => _i5.getProperty(
this,
'link',
);
set
link
(dynamic value)
Implementation
set link(_i2.dynamic value) {
_i5.setProperty(
this,
'link',
value,
);
}