GetFeedGeneratorsOutput.fromJson constructor

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

Implementation

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