archive property

Archive archive

Represents zip archive to save the workbook.

Implementation

Archive get archive {
  _archives ??= Archive();
  return _archives!;
}
void archive=(Archive value)

Implementation

set archive(Archive value) {
  _archives = value;
}