copyWith method

Implementation

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