gitUrl constant

String? const gitUrl

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;