CommonlybookTestCard constructor

const CommonlybookTestCard({
  1. Key? key,
  2. required dynamic wholedata,
})

Implementation

const CommonlybookTestCard({super.key, required this.wholedata});