includeInternalData property

  1. @TagNumber(4)
bool get includeInternalData

Implementation

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

Implementation

@$pb.TagNumber(4)
set includeInternalData($core.bool v) { $_setBool(3, v); }