Work constructor Null safety
Implementation
const Work({
required this.title,
required this.fandom,
required this.author,
required this.description,
required this.workID,
required this.numberOfChapters,
});
const Work({
required this.title,
required this.fandom,
required this.author,
required this.description,
required this.workID,
required this.numberOfChapters,
});