copyWith method
Implementation
CreateWorkflowTransitionScreenDetails copyWith({String? id}) {
return CreateWorkflowTransitionScreenDetails(
id: id ?? this.id,
);
}
CreateWorkflowTransitionScreenDetails copyWith({String? id}) {
return CreateWorkflowTransitionScreenDetails(
id: id ?? this.id,
);
}