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