Input$MoveProjectCardInput constructor

Input$MoveProjectCardInput({
  1. String? afterCardId,
  2. required String cardId,
  3. String? clientMutationId,
  4. required String columnId,
})

Implementation

Input$MoveProjectCardInput(
    {this.afterCardId,
    required this.cardId,
    this.clientMutationId,
    required this.columnId});