CartItem.fromJson constructor

CartItem.fromJson(
  1. String str
)

Implementation

factory CartItem.fromJson(String str) => CartItem.fromMap(json.decode(str));