Closed zs-dima closed 3 years ago
Currently optional Timestamp and optional Duration generate non-nullable types. However proto3 'optional' keyword means nullable types.
optional Timestamp
optional Duration
Could be nice to fix this issue to be able to have nullable and non-nullable proto3 types processed correctly.
related issues: https://github.com/protocolbuffers/protobuf/issues/2168 https://github.com/protocolbuffers/protobuf/issues/8822 https://github.com/grpc/grpc-dart/issues/502
Thanks in advance
Closing in favor of https://github.com/google/protobuf.dart/issues/523
Currently
optional Timestamp
andoptional Duration
generate non-nullable types. However proto3 'optional' keyword means nullable types.Could be nice to fix this issue to be able to have nullable and non-nullable proto3 types processed correctly.
related issues: https://github.com/protocolbuffers/protobuf/issues/2168 https://github.com/protocolbuffers/protobuf/issues/8822 https://github.com/grpc/grpc-dart/issues/502
Thanks in advance