SimplePricePkrResponse.fromJson constructor Null safety
Implementation
factory SimplePricePkrResponse.fromJson(Map<String, dynamic> json) =>
SimplePricePkrResponse(
uniris: Uniris.fromJson(json['uniris']),
);
factory SimplePricePkrResponse.fromJson(Map<String, dynamic> json) =>
SimplePricePkrResponse(
uniris: Uniris.fromJson(json['uniris']),
);