includeSourceLocation property

  1. @TagNumber.new(3)
bool get includeSourceLocation

Attach file:line:function source location to each record.

Implementation

@$pb.TagNumber(3)
$core.bool get includeSourceLocation => $_getBF(2);
  1. @TagNumber.new(3)
set includeSourceLocation (bool value)

Implementation

@$pb.TagNumber(3)
set includeSourceLocation($core.bool value) => $_setBool(2, value);