GetPostLikes.fromJson constructor

GetPostLikes.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetPostLikes.fromJson(Map<String, dynamic> json) => _$GetPostLikesFromJson(json);