FollowUpHistory class
Constructors
-
FollowUpHistory({String? id, String? inquiryId, String? userId, String? projectId, String? projectTitle, String? pageName, AddFollowUp? addFollowUp, SalesData? salesData, TransferSales? transferSales, num? transferFromAdmin, TransferInquiry? transferInquiry, String? transferTime, String? unitNo, String? lostReason, String? activity, String? task, num? followUpAdd, String? createdAt, String? createdAtTime, String? followUpDate2, String? followUpDate, String? followUpDateSort, String? followUpDateTime, String? followUpDateNew})
-
-
FollowUpHistory.fromJson(dynamic json)
-
Methods
-
copyWith({String? id, String? inquiryId, String? userId, String? projectId, String? projectTitle, String? pageName, AddFollowUp? addFollowUp, SalesData? salesData, TransferSales? transferSales, num? transferFromAdmin, TransferInquiry? transferInquiry, String? transferTime, String? unitNo, String? lostReason, String? activity, String? task, num? followUpAdd, String? createdAt, String? createdAtTime, String? followUpDate2, String? followUpDate, String? followUpDateSort, String? followUpDateTime, String? followUpDateNew})
→ FollowUpHistory
-
-
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