withProductId method

ProjectInfoBuilder withProductId(
  1. String productId
)

Implementation

ProjectInfoBuilder withProductId(String productId) {
  _productId = productId;
  return this;
}