Mirror constructor
Mirror({})
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,
});