Statement.empty constructor Null safety
Construct an empty Statement.
Implementation
Statement.empty() {
statementText = "";
statementAuthor = "";
statementPictureURL = null;
statementCategory = DropdownValues.categoryValues.first;
statementCorrectness = DropdownValues.correctnessValues.first;
statementYear = 0;
statementMonth = 0;
statementDay = 0;
statementFactchecks = Facts();
statementLanguage = "";
statementLink = "";
statementMedia = "";
statementMediatype = DropdownValues.mediatypeValues.first;
samplePictureCopyright = "";
statementRectification = false;
}