branchName property

String branchName
final

Implementation

static final branchName = _git([
  'branch',
  '--show-current',
]).trim();