SellThruProductDataModel.fromJson constructor

SellThruProductDataModel.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SellThruProductDataModel.fromJson(Map<String, dynamic> json) =>
    _$SellThruProductDataModelFromJson(json);