HospitalProfileBuyTestPkgs constructor
HospitalProfileBuyTestPkgs({
- Key? key,
- dynamic price,
- dynamic packag,
- dynamic id,
- dynamic discount,
Implementation
HospitalProfileBuyTestPkgs(
{super.key, this.price, this.packag, this.id, this.discount});