download property

String download

Implementation

_i2.String get download => _i4.getProperty(
      this,
      'download',
    );
void download=(String value)

Implementation

set download(_i2.String value) {
  _i4.setProperty(
    this,
    'download',
    value,
  );
}