Author constructor Null safety
Implementation
Author(
{required this.name,
required this.biography,
required this.id,
this.imageUrl});
Author(
{required this.name,
required this.biography,
required this.id,
this.imageUrl});