ServerSourceDto constructor
ServerSourceDto({})
Implementation
ServerSourceDto({
this.kind = 'import',
this.registry,
required this.namespace,
required this.name,
required this.version,
this.versionDigest,
this.artifactId,
this.artifactDigest,
this.artifactMediaType,
this.builtinBundleFamily,
this.builtinBundleId,
this.builtinKey,
});