setCart method

void setCart(
  1. String cart
)

Implementation

void setCart(String cart) {
  this.cart = cart;
}