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