InquiryComplete class

Inquiry complete event

Inheritance

Constructors

InquiryComplete({String? inquiryId, required String status, required Map<String, dynamic> fields})
InquiryComplete.fromJson(dynamic json)
factory

Properties

fields Map<String, dynamic>
Fields data extracted from the Inquiry flow
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inquiryId String?
A unique Persona-generated identifier for the inquiry. If a user cancels before an inquiry has been created this will be nil.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Result from the Inquiry flow
getter/setter pair

Methods

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

Operators

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