SelectedUser class

KO: 선택한 사용자 정보
EN: Selected user information

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

Properties

favorite bool?
KO: 즐겨찾기 친구 여부
EN: Whether a favorite friend
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
KO: 회원번호, 앱과 연결된 사용자에게만 존재
EN: Service user ID, only provided for users linked with the app
getter/setter pair
profileNickname String?
KO: 프로필 닉네임
EN: Profile nickname
getter/setter pair
profileThumbnailImage String?
KO: 프로필 썸네일 이미지
EN: Profile thumbnail image
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
KO: 고유 ID
EN: Unique ID
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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