toGedcom7Document method

Gedcom7Document toGedcom7Document()

Converts any GEDCOM Document to GEDCOM 7 Document.

Implementation

Gedcom7Document toGedcom7Document() {
  return Gedcom7Document(substructures.map(Gedcom7Structure.from).toList());
}