Friend class

KO: 친구 정보
EN: Friend information

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

Properties

allowedMsg bool?
KO: 메시지 수신 허용 여부
EN: Whether to allow receiving messages
final
favorite bool?
KO: 즐겨찾기 친구 여부
EN: Whether a favorite friend
final
hashCode int
The hash code for this object.
no setterinherited
id int?
KO: 회원번호
EN: Service user ID
final
profileNickname String?
KO: 프로필 닉네임
EN: Profile nickname
final
profileThumbnailImage String?
KO: 프로필 썸네일 이미지
EN: Profile thumbnail image
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
KO: 고유 ID
EN: Unique ID
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