RepositoryExternalConnections constructor
const
RepositoryExternalConnections({})
Creates a new RepositoryExternalConnections.
externalConnectionName The name of the external connection associated with a repository.
packageFormat Optional.
status Optional.
Implementation
const RepositoryExternalConnections({
required this.externalConnectionName,
this.packageFormat,
this.status,
});