Mirror constructor

Mirror({
  1. required String baseUrl,
  2. required String consentTitle,
  3. required String consentDesc1,
  4. required String consentDesc2,
  5. required String consentBtnText,
  6. required String noAiProducts,
  7. required bool isDemo,
  8. required bool isScanner,
})

Implementation

Mirror({
  required this.baseUrl,
  required this.consentTitle,
  required this.consentDesc1,
  required this.consentDesc2,
  required this.consentBtnText,
  required this.noAiProducts,
  required this.isDemo,
  required this.isScanner,
});