FeedGetRepostedByInput.fromJson constructor

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

Implementation

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