nuntioInternal property

  1. @TagNumber(16)
bool get nuntioInternal

Implementation

@$pb.TagNumber(16)
$core.bool get nuntioInternal => $_getBF(15);
  1. @TagNumber(16)
set nuntioInternal (bool v)

Implementation

@$pb.TagNumber(16)
set nuntioInternal($core.bool v) { $_setBool(15, v); }