GitHubActionsMetadata constructor

const GitHubActionsMetadata({
  1. String? actor,
  2. String? actorId,
  3. String? repository,
  4. String? repositoryId,
  5. String? repositoryOwner,
  6. String? repositoryOwnerId,
})

Implementation

const GitHubActionsMetadata({
  this.actor,
  this.actorId,
  this.repository,
  this.repositoryId,
  this.repositoryOwner,
  this.repositoryOwnerId,
});