DisassociateRepositoryResponse constructor

DisassociateRepositoryResponse({
  1. RepositoryAssociation? repositoryAssociation,
  2. Map<String, String>? tags,
})

Implementation

DisassociateRepositoryResponse({
  this.repositoryAssociation,
  this.tags,
});