oneofIndex property
The index of the field type in Type.oneofs
, for message or enumeration
types. The first type has index 1; zero means the type is not in the list.
Implementation
@$pb.TagNumber(7)
$core.int get oneofIndex => $_getIZ(5);
Implementation
@$pb.TagNumber(7)
set oneofIndex($core.int v) { $_setSignedInt32(5, v); }