gitUrl constant
The URL of the Git repository from which Flutter was obtained.
Implementation
static const String? gitUrl = bool.hasEnvironment('FLUTTER_GIT_URL')
    ? String.fromEnvironment('FLUTTER_GIT_URL')
    : null;The URL of the Git repository from which Flutter was obtained.
static const String? gitUrl = bool.hasEnvironment('FLUTTER_GIT_URL')
    ? String.fromEnvironment('FLUTTER_GIT_URL')
    : null;