cartForUserFromJson function

CartForUser cartForUserFromJson(
  1. dynamic str
)

Implementation

CartForUser cartForUserFromJson(dynamic str) => (CartForUser.fromJson(str));