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