InquiryHistory class
Constructors
-
InquiryHistory({String? id, String? inquiryId, String? type, String? projectTitle, String? pageName, String? userId, String? salesName, String? clientFirstName, String? clientLastName, String? emailAddress, String? leadSource, String? leadSubSource, String? ivrsCallPath, String? masterUserIdIvrsCall, String? ivrsName, String? dateTime, String? dateFormat, bool isSelected = false})
-
-
InquiryHistory.fromJson(dynamic json)
-
Methods
-
copyWith({String? id, String? inquiryId, String? type, String? projectTitle, String? pageName, String? userId, String? salesName, String? clientFirstName, String? clientLastName, String? emailAddress, String? leadSource, String? leadSubSource, String? ivrsCallPath, String? masterUserIdIvrsCall, String? ivrsName, String? dateTime, String? dateFormat, bool isSelected = false})
→ InquiryHistory
-
-
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