props property

List<Object?> props

Implementation

List<Object?> get props => [
      postId,
      postCommentId,
      memberId,
      timestamp,
      appId,
      comment,
      likes,
      dislikes,
      memberMedia,
    ];