User class

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

Constructors

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

Properties

account Account?
사용자의 카카오계정 정보 이메일, 프로필 정보 등이 제공됩니다.
final
connectedAt DateTime?
해당 서비스에 연결 완료된 시각
final
groupUserToken String?
앱이 그룹에 속해 있는 경우 그룹 내 사용자 식별 토큰입니다. 앱의 그룹정보가 변경될 경우 토큰 값도 변경됩니다. 제휴를 통해 권한이 부여된 특정 앱에만 제공됩니다.
final
hashCode int
The hash code for this object.
no setterinherited
properties Map<String, String>?
앱 별로 제공되는 사용자 정보 데이터베이스입니다.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synchedAt DateTime?
카카오싱크 간편가입창을 통해 카카오 로그인 한 시각
final
uuid int?
카카오 플랫폼 내에서 사용되는 사용자의 고유 아이디입니다.
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