SimplePriceKwdResponse.fromJson constructor Null safety

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

Implementation

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