ScanInHistoryProductResponse.fromJson constructor

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

Implementation

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