download property
String
get
download
Implementation
_i2.String get download => _i4.getProperty(
this,
'download',
);
set
download
(String value)
Implementation
set download(_i2.String value) {
_i4.setProperty(
this,
'download',
value,
);
}