Fact.empty constructor Null safety
Construct an empty Fact.
Implementation
Fact.empty() {
factText = "";
factAuthor = "";
factMedia = "";
factYear = 0;
factMonth = 0;
factDay = 0;
factLink = "";
factArchivedLink = "";
factLanguage = "";
}