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