isProduction property

  1. @TagNumber(4)
bool get isProduction

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

Implementation

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

Implementation

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