AddInquiryScreenNew constructor
AddInquiryScreenNew(
- AllInquiries getSet,
- List<
InquiryTypes> inquiryTypes, { - bool isFromProject = false,
- String type = "",
- Key? key,
Implementation
AddInquiryScreenNew(this.getSet, this.inquiryTypes, {this.isFromProject = false, this.type = "", Key? key}) : super(key: key);