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