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