LoginSession$json top-level constant

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

Implementation

@$core.Deprecated('Use loginSessionDescriptor instead')
const LoginSession$json = const {
  '1': 'LoginSession',
  '2': const [
    const {'1': 'login_status', '3': 1, '4': 1, '5': 14, '6': '.Nuntio.LoginStatus', '10': 'loginStatus'},
    const {'1': 'sent_at', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'sentAt'},
    const {'1': 'expires_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'expiresAt'},
    const {'1': 'user_id', '3': 4, '4': 1, '5': 9, '10': 'userId'},
  ],
};