MapValue returns the field descriptor for the value in the map entry. It returns nil if IsMap reports false.
()
| 348 | // MapValue returns the field descriptor for the value in the map entry. |
| 349 | // It returns nil if IsMap reports false. |
| 350 | MapValue() FieldDescriptor |
| 351 | |
| 352 | // HasDefault reports whether this field has a default value. |
| 353 | HasDefault() bool |
no outgoing calls