Comment constructor Null safety
Returns a new Comment instance.
Implementation
Comment({
required this.commentKey,
this.videoId,
required this.message,
});
Returns a new Comment instance.
Comment({
required this.commentKey,
this.videoId,
required this.message,
});