DescribeFeedGeneratorOutput.fromJson constructor

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

Implementation

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