SimplePriceCnyResponse.fromJson constructor Null safety

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

Implementation

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