InquiryTypes constructor

InquiryTypes({
  1. String? type,
})

Implementation

InquiryTypes({
    String? type,}){
  _type = type;
}