QProductOfferDetails.fromJson constructor

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

Implementation

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