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