target property
String
get
target
Sets or retrieves the window or frame at which to target content.
Implementation
_i2.String get target => _i4.getProperty(
this,
'target',
);
set
target
(String value)
Implementation
set target(_i2.String value) {
_i4.setProperty(
this,
'target',
value,
);
}