isProduction property

  1. @TagNumber(6)
bool get isProduction

@doc Whether to run the app in Test or Production mode.

Implementation

@$pb.TagNumber(6)
$core.bool get isProduction => $_getBF(5);
  1. @TagNumber(6)
set isProduction (bool value)

Implementation

@$pb.TagNumber(6)
set isProduction($core.bool value) => $_setBool(5, value);