ServerGetConfigOutput constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory ServerGetConfigOutput({
@ServiceConfigConverter() ServiceConfig? appview,
@ServiceConfigConverter() ServiceConfig? pds,
@ServiceConfigConverter() ServiceConfig? blobDivert,
@ServiceConfigConverter() ServiceConfig? chat,
@ViewerConfigConverter() ViewerConfig? viewer,
/// The did of the verifier used for verification.
String? verifierDid,
Map<String, dynamic>? $unknown,
}) = _ServerGetConfigOutput;