Profile class

사용자 정보 요청 API 응답으로 제공되는 사용자의 프로필 정보입니다.

Constructors

Profile.fromJson(Map<String, dynamic>? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nickname String?
사용자의 닉네임
final
profileImageUrl String?
카카오계정에 등록된 프로필 이미지 URL
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailImageUrl String?
카카오계정에 등록된 프로필 이미지의 썸네일 규격 이미지 URL
final

Methods

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

Operators

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