menu
swagger_generator package
documentation
core/swagger_info.dart
Contact
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Contact
copyWith
(
{
String
?
email
,
})
Implementation
Contact copyWith({ String? email, }) => Contact( email: email ?? this.email, );
swagger_generator package
documentation
core/swagger_info
Contact
copyWith method
Contact class