InquiresType constructor
Implementation
InquiresType({
String? type,
String? typeShow,
bool isSelected = false,
String? adminModuleId,}){
_type = type;
_typeShow = typeShow;
_isSelected = isSelected;
_adminModuleId = adminModuleId;
}