archive property

String archive

Sets or retrieves a character string that can be used to implement your own archive functionality for the object. @deprecated

MDN Reference

Implementation

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

Implementation

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