Comment class

Constructors

Comment.new({required int commentID, required int postID, required User user, required String content, required int likeCount, required bool didIlike, required String date})
Comment.fromJson(Map<String, dynamic> json)
factory

Properties

commentID int
final
content String
getter/setter pair
date String
final
didIlike bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
likeCount int
getter/setter pair
postID int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited