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