SimplePriceJpyResponse.fromJson constructor Null safety

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

Implementation

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