FeedGetPostThreadInput.fromJson constructor

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

Implementation

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