Friend class
KO: 친구 정보
EN: Friend information
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- allowedMsg → bool?
-
KO: 메시지 수신 허용 여부
EN: Whether to allow receiving messagesfinal - favorite → bool?
-
KO: 즐겨찾기 친구 여부
EN: Whether a favorite friendfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
KO: 회원번호
EN: Service user IDfinal - profileNickname → String?
-
KO: 프로필 닉네임
EN: Profile nicknamefinal - profileThumbnailImage → String?
-
KO: 프로필 썸네일 이미지
EN: Profile thumbnail imagefinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uuid → String
-
KO: 고유 ID
EN: Unique IDfinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited