Input$DeleteProjectColumnInput constructor

Input$DeleteProjectColumnInput({
  1. String? clientMutationId,
  2. required String columnId,
})

Implementation

Input$DeleteProjectColumnInput(
    {this.clientMutationId, required this.columnId});