Gender$json top-level constant
Implementation
@$core.Deprecated('Use genderDescriptor instead')
const Gender$json = const {
'1': 'Gender',
'2': const [
const {'1': 'INVALID_GENDER', '2': 0},
const {'1': 'MALE', '2': 1},
const {'1': 'FEMALE', '2': 2},
const {'1': 'OTHER', '2': 3},
],
};