FeedGetFeedSkeletonOutput.fromJson constructor

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

Implementation

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