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