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