GFirebaseUserInfo$json top-level constant

  1. @Deprecated('Use gFirebaseUserInfoDescriptor instead')
Map<String, Object> const GFirebaseUserInfo$json

Implementation

@$core.Deprecated('Use gFirebaseUserInfoDescriptor instead')
const GFirebaseUserInfo$json = const {
  '1': 'GFirebaseUserInfo',
  '2': const [
    const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'email_has_value', '3': 2, '4': 1, '5': 8, '10': 'emailHasValue'},
    const {'1': 'email_verified', '3': 3, '4': 1, '5': 8, '10': 'emailVerified'},
    const {'1': 'email_verified_has_value', '3': 4, '4': 1, '5': 8, '10': 'emailVerifiedHasValue'},
    const {'1': 'display_name', '3': 5, '4': 1, '5': 9, '10': 'displayName'},
    const {'1': 'display_name_has_value', '3': 6, '4': 1, '5': 8, '10': 'displayNameHasValue'},
    const {'1': 'password', '3': 7, '4': 1, '5': 9, '10': 'password'},
    const {'1': 'password_has_value', '3': 8, '4': 1, '5': 8, '10': 'passwordHasValue'},
    const {'1': 'disabled', '3': 9, '4': 1, '5': 8, '10': 'disabled'},
    const {'1': 'disabled_has_value', '3': 10, '4': 1, '5': 8, '10': 'disabledHasValue'},
    const {'1': 'phone_number', '3': 11, '4': 1, '5': 9, '10': 'phoneNumber'},
    const {'1': 'phone_number_has_value', '3': 12, '4': 1, '5': 8, '10': 'phoneNumberHasValue'},
    const {'1': 'photo_url', '3': 13, '4': 1, '5': 9, '10': 'photoUrl'},
    const {'1': 'photo_url_has_value', '3': 14, '4': 1, '5': 8, '10': 'photoUrlHasValue'},
  ],
};