FeedGetTimelineInput.fromJson constructor

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

Implementation

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