menu
reecosys_app package
documentation
model/yyyyy.dart
InquiryTypes
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
InquiryTypes
copyWith
(
{
String
?
type
,
})
Implementation
InquiryTypes copyWith({ String? type, }) => InquiryTypes( type: type ?? _type, );
reecosys_app package
documentation
model/yyyyy
InquiryTypes
copyWith method
InquiryTypes class