User class

사용자 정보 조회 API 응답으로 제공되는 사용자 정보 최상위 클래스

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

Properties

connectedAt DateTime?
서비스에 연결 완료된 시각, UTC
getter/setter pair
groupUserToken String?
앱이 그룹에 속해 있는 경우 그룹 내 사용자 식별 토큰입니다 앱의 그룹정보가 변경될 경우 토큰 값도 변경됩니다 제휴를 통해 권한이 부여된 특정 앱에만 제공됩니다
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasSignedUp bool?
signup 여부 정보
getter/setter pair
id int
회원번호
getter/setter pair
kakaoAccount Account?
카카오계정 정보
getter/setter pair
properties Map<String, String>?
추가 정보
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synchedAt DateTime?
카카오싱크 간편가입을 통해 로그인한 시각, UTC
getter/setter pair

Methods

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

Operators

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