GetFeedSkeletonOutput.fromJson constructor

GetFeedSkeletonOutput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetFeedSkeletonOutput.fromJson(Map<String, dynamic> json) =>
    _$GetFeedSkeletonOutputFromJson(json);