FeedGetAuthorFeedInput.fromJson constructor

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

Implementation

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