InquiryHistoryData constructor
InquiryHistoryData({
- String? id,
- String? inquiryId,
- String? type,
- String? projectId,
- String? projectTitle,
- String? userId,
- String? dateFormat,
- String? salesName,
- String? clientFirstName,
- String? clientLastName,
- String? clientContactNo,
- String? emailAddress,
- String? leadSource,
- String? leadSubSource,
- String? ivrsCallPath,
- String? masterUserIdIvrsCall,
- String? ivrsName,
- num? createdAtToday,
- String? createdAt,
- String? createdTime,
Implementation
InquiryHistoryData({
String? id,
String? inquiryId,
String? type,
String? projectId,
String? projectTitle,
String? userId,
String? dateFormat,
String? salesName,
String? clientFirstName,
String? clientLastName,
String? clientContactNo,
String? emailAddress,
String? leadSource,
String? leadSubSource,
String? ivrsCallPath,
String? masterUserIdIvrsCall,
String? ivrsName,
num? createdAtToday,
String? createdAt,
String? createdTime,}){
_id = id;
_inquiryId = inquiryId;
_type = type;
_projectId = projectId;
_projectTitle = projectTitle;
_userId = userId;
_dateFormat = dateFormat;
_salesName = salesName;
_clientFirstName = clientFirstName;
_clientLastName = clientLastName;
_clientContactNo = clientContactNo;
_emailAddress = emailAddress;
_leadSource = leadSource;
_leadSubSource = leadSubSource;
_ivrsCallPath = ivrsCallPath;
_masterUserIdIvrsCall = masterUserIdIvrsCall;
_ivrsName = ivrsName;
_createdAtToday = createdAtToday;
_createdAt = createdAt;
_createdTime = createdTime;
}