Input$DeleteProjectInput constructor

Input$DeleteProjectInput({
  1. String? clientMutationId,
  2. required String projectId,
})

Implementation

Input$DeleteProjectInput({this.clientMutationId, required this.projectId});