ProductDetailsWrapper.fromJson constructor

  1. @Deprecated('JSON serialization is not intended for public use, and will ' 'be removed in a future version.')
ProductDetailsWrapper.fromJson(
  1. Map<String, dynamic> map
)

Factory for creating a ProductDetailsWrapper from a Map with the product details.

Implementation

@Deprecated('JSON serialization is not intended for public use, and will '
    'be removed in a future version.')
factory ProductDetailsWrapper.fromJson(Map<String, dynamic> map) =>
    _$ProductDetailsWrapperFromJson(map);