SimplePriceZarResponse.fromJson constructor Null safety

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

Implementation

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