buildId constant

String const buildId

Build id compiled into this bundle by --dart-define=U_BUILD_ID=..., empty when not passed.

Implementation

static const String buildId = String.fromEnvironment("U_BUILD_ID");