getCart method

String? getCart()

Implementation

String? getCart() {
  return this.cart;
}