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