RootElement constructor
RootElement({
- List<
GedcomElement> ? children, - String? crlf = '\n',
Constructor of the FamilyElement
Implementation
RootElement({
super.children,
super.crlf,
}) : super(
level: -1,
tag: 'ROOT',
pointer: '',
value: '',
parent: null,
);