ProductResponse.fromJson constructor

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

Implementation

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