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