producer property

  1. @TagNumber.new(2)
String get producer

Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".

Implementation

@$pb.TagNumber(2)
$core.String get producer => $_getSZ(1);
  1. @TagNumber.new(2)
set producer (String value)

Implementation

@$pb.TagNumber(2)
set producer($core.String value) => $_setString(1, value);