We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ProtoMessage
ProtoEnum
final
1 parent 00828d5 commit 7d0520bCopy full SHA for 7d0520b
internal/sidekick/internal/dart/templates/lib/enum.mustache
@@ -17,7 +17,7 @@ limitations under the License.
17
{{#Codec.DocLines}}
18
{{{.}}}
19
{{/Codec.DocLines}}
20
-class {{Codec.Name}} extends ProtoEnum {
+final class {{Codec.Name}} extends ProtoEnum {
21
{{#Values}}
22
23
internal/sidekick/internal/dart/templates/lib/message.mustache
@@ -18,7 +18,7 @@ limitations under the License.
-class {{Codec.Name}} extends ProtoMessage {
+final class {{Codec.Name}} extends ProtoMessage {
static const String fullyQualifiedName = '{{Codec.QualifiedName}}';
24
{{#Fields}}
0 commit comments