FeedGetListFeedInput.fromJson constructor

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

Implementation

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