QProduct.fromJson constructor

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

Implementation

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