TalkProfile class

카카오톡 프로필 조회 API 응답 클래스

Annotations
  • @JsonSerializable(includeIfNull: false)

Properties

countryISO ↔ String?
카카오톡 국가 코드
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
nickname ↔ String?
카카오톡 닉네임
read / write
profileImageUrl ↔ String?
카카오톡 프로필 이미지 URL
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
thumbnailUrl ↔ String?
카카오톡 프로필 이미지 썸네일 URL
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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