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