isProduction property

  1. @TagNumber(3)
bool get isProduction

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

Implementation

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

Implementation

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