HospitalProfileBuyTestPkgs constructor

HospitalProfileBuyTestPkgs({
  1. Key? key,
  2. dynamic price,
  3. dynamic packag,
  4. dynamic id,
  5. dynamic discount,
})

Implementation

HospitalProfileBuyTestPkgs(
    {super.key, this.price, this.packag, this.id, this.discount});