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