TemplateIdConfiguration constructor

TemplateIdConfiguration({
  1. required String templateId,
  2. String? accountId,
  3. String? referenceId,
  4. InquiryEnvironment? environment,
  5. InquiryFields? fields,
  6. String? note,
  7. InquiryTheme? iOSTheme,
})

Implementation

TemplateIdConfiguration({
  required this.templateId,
  this.accountId,
  this.referenceId,
  this.environment,
  this.fields,
  this.note,
  InquiryTheme? iOSTheme,
}) : super(iOSTheme: iOSTheme);