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