commentLikes property

  1. @JsonKey.new(name: 'comment_likes')
List<CommentLikeView> get commentLikes
inherited

Implementation

@JsonKey(name: 'comment_likes')
List<CommentLikeView> get commentLikes => throw _privateConstructorUsedError;