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