menu
reecosys_app package
documentation
model/InquiryProjectResponse.dart
InquiryTypes
InquiryTypes.new constructor
InquiryTypes.new constructor
dark_mode
light_mode
InquiryTypes
constructor
InquiryTypes
(
{
String
?
type
,
bool
?
isSelected
,
})
Implementation
InquiryTypes({ String? type, bool? isSelected,}){ _type = type; _isSelected = isSelected; }
reecosys_app package
documentation
model/InquiryProjectResponse
InquiryTypes
InquiryTypes.new constructor
InquiryTypes class