Profile class
KO: 프로필 정보
EN: Profile information
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefaultImage → bool?
-
KO: 프로필 사진 URL이 기본 프로필 사진 URL인지 여부
EN: Whether the default image is used for profile imagefinal - nickname → String?
-
KO: 닉네임
EN: Nicknamefinal - profileImageUrl → String?
-
KO: 프로필 사진 URL
EN: Profile image URLfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnailImageUrl → String?
-
KO: 프로필 미리보기 이미지 URL
EN: Thumbnail image URLfinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited