oneofs property

Map<int, int> oneofs
final

Mapping from FieldInfo.tagNumbers to the corresponding oneof indices (if any).

Implementation

final Map<int, int> oneofs = <int, int>{};