ActionTriggerGitPull constructor

ActionTriggerGitPull({
  1. bool forceFullRebuild = false,
  2. String? target,
})

Implementation

ActionTriggerGitPull({
    this.forceFullRebuild = false,
    this.target,
});