swiftPrefix property

  1. @TagNumber(39)
String swiftPrefix

By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.

Implementation

@$pb.TagNumber(39)
$core.String get swiftPrefix => $_getSZ(14);
  1. @TagNumber(39)
void swiftPrefix=(String v)

Implementation

@$pb.TagNumber(39)
set swiftPrefix($core.String v) { $_setString(14, v); }