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 image
final
nickname String?
KO: 닉네임
EN: Nickname
final
profileImageUrl String?
KO: 프로필 사진 URL
EN: Profile image URL
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailImageUrl String?
KO: 프로필 미리보기 이미지 URL
EN: Thumbnail image URL
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