factory Comment.fromJson(Map<String, dynamic> json) { return Comment() ..commentorEmail = json["commentorEmail"] ..commentText = json["commentText"]; }