SimplePriceKrwResponse.fromJson constructor Null safety

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

Implementation

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