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