file property

  1. @TagNumber.new(6)
String get file

Optional source location + context (Kotlin LogEntry carries these as first-class fields; other SDKs leave them empty). line/error_code use 0 as "unset".

Implementation

@$pb.TagNumber(6)
$core.String get file => $_getSZ(5);
  1. @TagNumber.new(6)
set file (String value)

Implementation

@$pb.TagNumber(6)
set file($core.String value) => $_setString(5, value);