httpApplicable property

  1. @TagNumber.new(5)
bool get httpApplicable

Whether this configuration has a usable credential and URL pair at all. Local-only development builds set it false so platform SDKs stop retrying HTTP on every guarded call.

Implementation

@$pb.TagNumber(5)
$core.bool get httpApplicable => $_getBF(4);
  1. @TagNumber.new(5)
set httpApplicable (bool value)

Implementation

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