Friend class

카카오톡 친구 정보

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

allowedMsg → bool?
메시지 수신이 허용되었는지 여부 앱가입 친구의 경우는 feed msg 에 해당 앱미가입친구는 invite msg 에 해당
final
favorite → bool?
즐겨찾기 추가 여부
final
hashCode → int
The hash code for this object.
read-onlyinherited
id → int?
회원번호
final
profileNickname → String?
친구의 닉네임
final
profileThumbnailImage → String?
썸네일 이미지 URL
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
uuid → String
메시지를 전송하기 위한 고유 아이디 사용자의 계정 상태에 따라 이 정보는 바뀔 수 있으므로 앱내의 사용자 식별자로는 권장하지 않음
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited