setProduct method

dynamic setProduct(
  1. String productId
)

Implementation

setProduct(String productId) => this.productId = productId;