sharedProductFromJson function
Implementation
List<SharedProduct> sharedProductFromJson(dynamic str) =>
List<SharedProduct>.from(str.map((x) => SharedProduct.fromJson(x)));
List<SharedProduct> sharedProductFromJson(dynamic str) =>
List<SharedProduct>.from(str.map((x) => SharedProduct.fromJson(x)));