True when the field has implicit (proto3-style) presence.
bool isImplicitPresence(Map<String, String> features) { return features[featureFieldPresence] == fieldPresenceImplicit; }