SimplePriceMyrResponse.fromJson constructor Null safety
Implementation
factory SimplePriceMyrResponse.fromJson(Map<String, dynamic> json) =>
SimplePriceMyrResponse(
uniris: Uniris.fromJson(json['uniris']),
);
factory SimplePriceMyrResponse.fromJson(Map<String, dynamic> json) =>
SimplePriceMyrResponse(
uniris: Uniris.fromJson(json['uniris']),
);