Fact.empty constructor Null safety

Fact.empty()

Construct an empty Fact.

Implementation

Fact.empty() {
  factText = "";
  factAuthor = "";
  factMedia = "";
  factYear = 0;
  factMonth = 0;
  factDay = 0;
  factLink = "";
  factArchivedLink = "";
  factLanguage = "";
}