google/protobuf.dart

Reflect on Presence for proto3

michael-markl opened this issue · 0 comments

According to the discussion in #490, this lib does generally support reflection using generatedMessage.info_.
However, I could not find reflection on explicit presence of fields.
The protobuf docs recommends how to update reflection support regarding proto3 presence.

I am especially interested in support for FieldInfo.has_presence.