Input$UpdateProjectCardInput constructor

Input$UpdateProjectCardInput({
  1. String? clientMutationId,
  2. bool? isArchived,
  3. String? note,
  4. required String projectCardId,
})

Implementation

Input$UpdateProjectCardInput(
    {this.clientMutationId,
    this.isArchived,
    this.note,
    required this.projectCardId});