TemplateIdConfiguration constructor

TemplateIdConfiguration({
  1. required String templateId,
  2. String? referenceId,
  3. InquiryEnvironment? environment,
  4. String? environmentId,
  5. Map<String, dynamic> fields = const {},
  6. InquiryTheme? theme,
  7. String? routingCountry,
})

Implementation

TemplateIdConfiguration({
  required this.templateId,
  super.referenceId,
  super.environment,
  super.environmentId,
  super.fields,
  super.theme,
  super.routingCountry,
});