archive property
String
get
archive
Sets or retrieves a character string that can be used to implement your own archive functionality for the object. @deprecated
Implementation
_i2.String get archive => _i4.getProperty(
this,
'archive',
);
set
archive
(String value)
Implementation
set archive(_i2.String value) {
_i4.setProperty(
this,
'archive',
value,
);
}