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