Statement constructor Null safety
- String statementText,
- String statementAuthor,
- String statementCategory,
- String statementCorrectness,
- int statementYear,
- int statementMonth,
- int statementDay,
- Facts statementFactchecks,
- String statementLanguage,
- String statementLink,
- String statementMedia,
- String statementMediatype,
- String? statementPictureURL,
- String samplePictureCopyright,
- bool statementRectification,
- String? objectId
Default constructor.
Implementation
Statement(
this.statementText,
this.statementAuthor,
this.statementCategory,
this.statementCorrectness,
this.statementYear,
this.statementMonth,
this.statementDay,
this.statementFactchecks,
this.statementLanguage,
this.statementLink,
this.statementMedia,
this.statementMediatype,
this.statementPictureURL,
this.samplePictureCopyright,
this.statementRectification,
this.objectId);