FileOptions constructor
const
FileOptions({
- String? javaPackage,
- String? javaOuterClassname,
- bool? javaMultipleFiles,
- bool? javaGenerateEqualsAndHash,
- bool? javaStringCheckUtf8,
- FileOptionsOptimizeMode? optimizeFor,
- String? goPackage,
- bool? ccGenericServices,
- bool? javaGenericServices,
- bool? pyGenericServices,
- bool? deprecated,
- bool? ccEnableArenas,
- String? objcClassPrefix,
- String? csharpNamespace,
- String? swiftPrefix,
- String? phpClassPrefix,
- String? phpNamespace,
- String? phpMetadataNamespace,
- String? rubyPackage,
- FeatureSet? features,
- List<
UninterpretedOption> uninterpretedOption = const [],
Implementation
const FileOptions({
this.javaPackage,
this.javaOuterClassname,
this.javaMultipleFiles,
this.javaGenerateEqualsAndHash,
this.javaStringCheckUtf8,
this.optimizeFor,
this.goPackage,
this.ccGenericServices,
this.javaGenericServices,
this.pyGenericServices,
this.deprecated,
this.ccEnableArenas,
this.objcClassPrefix,
this.csharpNamespace,
this.swiftPrefix,
this.phpClassPrefix,
this.phpNamespace,
this.phpMetadataNamespace,
this.rubyPackage,
this.features,
this.uninterpretedOption = const [],
});