HelpQAView constructor

const HelpQAView({
  1. Key? key,
  2. required String resId,
  3. Map<String, dynamic>? prefetchedData,
})

Implementation

const HelpQAView({
  super.key,
  required this.resId,
  this.prefetchedData,
});