cartFromJson function

Cart cartFromJson(
  1. dynamic str
)

Implementation

Cart cartFromJson(dynamic str) => (Cart.fromJson(str));