optional
@$pb.TagNumber(4) $core.String get firstName => $_getSZ(2);
@$pb.TagNumber(4) set firstName($core.String v) { $_setString(2, v); }