type property
The fully-qualified type name of the extension field. Unlike Metadata.type, Declaration.type must have a leading dot for messages and enums.
Implementation
@$pb.TagNumber(3)
$core.String get type => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set type($core.String v) { $_setString(2, v); }