SelectedUser class
KO: 선택한 사용자 정보
EN: Selected user information
- Annotations
-
- @JsonSerializable.new(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)
Properties
- favorite → bool?
-
KO: 즐겨찾기 친구 여부
EN: Whether a favorite friendfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
KO: 회원번호, 앱과 연결된 사용자에게만 존재
EN: Service user ID, only provided for users linked with the appfinal - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited