TemplateIdConfiguration class

Inheritance

Constructors

TemplateIdConfiguration({required String templateId, String? accountId, String? referenceId, InquiryEnvironment? environment, InquiryFields? fields, String? note, InquiryTheme? iOSTheme})

Properties

accountId String?
The account to associate this inquiry with. The account can be used to monitor user progress in newly created inquiries.
final
environment InquiryEnvironment?
The environment on which to create inquiries.
final
fields InquiryFields?
Any existing user data you want to attach to the inquiry.
final
hashCode int
The hash code for this object.
no setterinherited
iOSTheme InquiryTheme?
Theme to use for iOS.
finalinherited
note String?
Any string you want for your own bookkeeping.
final
referenceId String?
The identifier can be used to monitor user progress in newly created inquiries.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String
An existing template that determines how the flow is customized.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited