User$json top-level constant

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

Implementation

@$core.Deprecated('Use userDescriptor instead')
const User$json = const {
  '1': 'User',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'username', '3': 2, '4': 1, '5': 9, '10': 'username'},
    const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'password', '3': 4, '4': 1, '5': 9, '10': 'password'},
    const {'1': 'image', '3': 5, '4': 1, '5': 9, '10': 'image'},
    const {'1': 'metadata', '3': 6, '4': 1, '5': 9, '10': 'metadata'},
    const {'1': 'created_at', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    const {'1': 'updated_at', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'updatedAt'},
    const {'1': 'first_name', '3': 9, '4': 1, '5': 9, '10': 'firstName'},
    const {'1': 'last_name', '3': 10, '4': 1, '5': 9, '10': 'lastName'},
    const {'1': 'birthdate', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'birthdate'},
    const {'1': 'email_verified_at', '3': 12, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'emailVerifiedAt'},
    const {'1': 'email_is_verified', '3': 13, '4': 1, '5': 8, '10': 'emailIsVerified'},
    const {'1': 'verification_email_sent_at', '3': 14, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'verificationEmailSentAt'},
    const {'1': 'email_verification_code', '3': 15, '4': 1, '5': 9, '10': 'emailVerificationCode'},
    const {'1': 'verification_email_expires_at', '3': 16, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'verificationEmailExpiresAt'},
    const {'1': 'verify_email_attempts', '3': 17, '4': 1, '5': 5, '10': 'verifyEmailAttempts'},
    const {'1': 'reset_password_code', '3': 18, '4': 1, '5': 9, '10': 'resetPasswordCode'},
    const {'1': 'reset_password_email_sent_at', '3': 19, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'resetPasswordEmailSentAt'},
    const {'1': 'reset_password_email_expires_at', '3': 20, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'resetPasswordEmailExpiresAt'},
    const {'1': 'reset_password_attempts', '3': 21, '4': 1, '5': 5, '10': 'resetPasswordAttempts'},
    const {'1': 'verified_emails', '3': 22, '4': 3, '5': 9, '10': 'verifiedEmails'},
    const {'1': 'email_hash', '3': 23, '4': 1, '5': 9, '10': 'emailHash'},
    const {'1': 'phone_number', '3': 24, '4': 1, '5': 9, '10': 'phoneNumber'},
    const {'1': 'phone_number_hash', '3': 25, '4': 1, '5': 9, '10': 'phoneNumberHash'},
    const {'1': 'phone_number_is_verified', '3': 26, '4': 1, '5': 8, '10': 'phoneNumberIsVerified'},
    const {'1': 'verification_text_sent_at', '3': 27, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'verificationTextSentAt'},
    const {'1': 'verified_phone_numbers', '3': 28, '4': 3, '5': 9, '10': 'verifiedPhoneNumbers'},
    const {'1': 'preferred_language', '3': 29, '4': 1, '5': 14, '6': '.BlockUser.LanguageCode', '10': 'preferredLanguage'},
    const {'1': 'username_hash', '3': 30, '4': 1, '5': 9, '10': 'usernameHash'},
  ],
};