includeContext property

  1. @TagNumber(9)
bool get includeContext

@doc Whether to include the BuildContext in the custom action.

Implementation

@$pb.TagNumber(9)
$core.bool get includeContext => $_getBF(8);
  1. @TagNumber(9)
set includeContext (bool value)

Implementation

@$pb.TagNumber(9)
set includeContext($core.bool value) => $_setBool(8, value);