name property

  1. @TagNumber.new(10)
String get name

Required. The log to which this log entry belongs. Examples: "syslog", "book_log".

Implementation

@$pb.TagNumber(10)
$core.String get name => $_getSZ(4);
  1. @TagNumber.new(10)
set name (String value)

Implementation

@$pb.TagNumber(10)
set name($core.String value) => $_setString(4, value);