includeSourceLocation property
Attach file:line:function source location to each record.
Implementation
@$pb.TagNumber(3)
$core.bool get includeSourceLocation => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set includeSourceLocation($core.bool value) => $_setBool(2, value);