suffix property Null safety

String suffix

Implementation

@$pb.TagNumber(4)
$core.String get suffix => $_getSZ(3);
void suffix=(String v)

Implementation

@$pb.TagNumber(4)
set suffix($core.String v) { $_setString(3, v); }