gitCommit property

String get gitCommit

Implementation

static String get gitCommit {
  _gitCommit ??= const String.fromEnvironment('GIT_COMMIT', defaultValue: '');
  return _gitCommit!;
}