export method

String export()

Implementation

String export() {
  return _entries.map((e) => e.toExportLine()).join('\n');
}