edition property
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
Implementation
@$pb.TagNumber(8)
$core.String get edition => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set edition($core.String value) => $_setString(7, value);