Profile class

카카오계정에 등록된 사용자의 프로필 정보 제공

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

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
isDefaultImage → bool?
카카오계정에 등록된 프로필 이미지가 기본이미지인지 여부
final
nickname → String?
사용자의 닉네임
final
profileImageUrl → String?
카카오계정에 등록된 프로필 이미지 URL
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
thumbnailImageUrl → String?
카카오계정에 등록된 프로필 이미지의 썸네일 규격 이미지 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