AddInquiryScreenNew constructor

AddInquiryScreenNew(
  1. AllInquiries getSet,
  2. List<InquiryTypes> inquiryTypes, {
  3. bool isFromProject = false,
  4. String type = "",
  5. Key? key,
})

Implementation

AddInquiryScreenNew(this.getSet, this.inquiryTypes, {this.isFromProject = false, this.type = "", Key? key}) : super(key: key);