Fact constructor Null safety
Default constructor.
Implementation
Fact(
this.factText,
this.factAuthor,
this.factYear,
this.factMonth,
this.factDay,
this.factLanguage,
this.factLink,
this.factMedia,
this.objectId,
this.factArchivedLink);