GetPostLikesResponse constructor

const GetPostLikesResponse({
  1. @JsonKey.new(name: 'post_likes') required List<PersonView> postLikes,
})

Implementation

const factory GetPostLikesResponse({@JsonKey(name: 'post_likes') required List<PersonView> postLikes}) = _GetPostLikesResponse;