menu
atlassian_apis package
documentation
service_management.dart
Form
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Form
copyWith
(
{
Map
<
String
,
dynamic
>
?
answers
,
})
Implementation
Form copyWith({Map<String, dynamic>? answers}) { return Form( answers: answers ?? this.answers, ); }
atlassian_apis package
documentation
service_management
Form
copyWith method
Form class