buildDate property

String get buildDate

Implementation

static String get buildDate {
  _buildDate ??= const String.fromEnvironment('BUILD_DATE', defaultValue: '');
  return _buildDate!;
}