FeedGetPostsOutput.fromJson constructor

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

Implementation

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