archive property

String archive

Implementation

String get archive => js_util.getProperty(this, 'archive');
void archive=(String newValue)

Implementation

set archive(String newValue) {
  js_util.setProperty(this, 'archive', newValue);
}