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