Gender$json top-level constant
Implementation
@$core.Deprecated('Use genderDescriptor instead')
const Gender$json = {
'1': 'Gender',
'2': [
{'1': 'GENDER_UNSPECIFIED', '2': 0},
{'1': 'GENDER_FEMALE', '2': 1},
{'1': 'GENDER_MALE', '2': 2},
{'1': 'GENDER_DIVERSE', '2': 3},
],
};