menu
reecosys_app package
documentation
model/InquiryDropDownResponse.dart
LeadType
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
LeadType
copyWith
(
{
String
?
id
,
String
?
name
,
})
Implementation
LeadType copyWith({ String? id, String? name, }) => LeadType( id: id ?? _id, name: name ?? _name, );
reecosys_app package
documentation
model/InquiryDropDownResponse
LeadType
copyWith method
LeadType class