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