SimplePriceBtcResponse.fromJson constructor Null safety

SimplePriceBtcResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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