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