product property

bool get product

GeneralLib

Implementation

bool get product {
  return const bool.fromEnvironment('dart.vm.product');
}