FeedGetRepostedByOutput.fromJson constructor

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

Implementation

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