props property

List<Object?> props

Implementation

List<Object?> get props => [
      postId,
      postCommentId,
      memberId,
      timestamp,
      appId,
      likeType,
    ];