FeedGetLikesInput.fromJson constructor

FeedGetLikesInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory FeedGetLikesInput.fromJson(Map<String, Object?> json) =>
    _$FeedGetLikesInputFromJson(json);