product property

bool get product

Implementation

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