InquiryFields class

A collection of information about the individual from the inquiry

Constructors

InquiryFields({InquiryName? name, InquiryAddress? address, DateTime? birthdate, String? phoneNumber, String? emailAddress, Map<String, dynamic>? additionalFields})
InquiryFields.fromJson(dynamic json)
factory

Properties

additionalFields Map<String, dynamic>?
Any additional data of the individual
final
address InquiryAddress?
The address of the individual
final
birthdate DateTime?
The birthdate of the individual
final
emailAddress String?
The email address of the individual
final
hashCode int
The hash code for this object.
no setterinherited
name InquiryName?
The name of the individual
final
phoneNumber String?
The phone number of the individual
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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