GetConfigOutput constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetConfigOutput({
@ServiceConfigConverter() @Default(ServiceConfig()) ServiceConfig appview,
@ServiceConfigConverter() @Default(ServiceConfig()) ServiceConfig pds,
@ServiceConfigConverter()
@Default(ServiceConfig())
ServiceConfig blobDivert,
@ServiceConfigConverter() @Default(ServiceConfig()) ServiceConfig chat,
@ViewerConfigConverter() @Default(ViewerConfig()) ViewerConfig viewer,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _GetConfigOutput;