DefaultPool constructor

DefaultPool({
  1. String? artifactStorage,
  2. String? serviceAccount,
})

Implementation

DefaultPool({
  this.artifactStorage,
  this.serviceAccount,
});