HotAreaSchema constructor

const HotAreaSchema({
  1. Key? key,
  2. required String interactiveTrigger,
  3. required String interactiveType,
  4. required String interactiveData,
})

Implementation

const HotAreaSchema({
  Key? key,
  required this.interactiveTrigger,
  required this.interactiveType,
  required this.interactiveData,
});