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