Input$CreateLabelInput constructor

Input$CreateLabelInput({
  1. String? clientMutationId,
  2. required String color,
  3. String? description,
  4. required String name,
  5. required String repositoryId,
})

Implementation

Input$CreateLabelInput(
    {this.clientMutationId,
    required this.color,
    this.description,
    required this.name,
    required this.repositoryId});