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