FeedGetFeedGeneratorOutput constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetFeedGeneratorOutput({
@GeneratorViewConverter() required GeneratorView view,
/// Indicates whether the feed generator service has been online recently, or else seems to be inactive.
required bool isOnline,
/// Indicates whether the feed generator service is compatible with the record declaration.
required bool isValid,
Map<String, dynamic>? $unknown,
}) = _FeedGetFeedGeneratorOutput;