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