User class

KO: 사용자 정보 가져오기 응답
EN: Response for Retrieve user information

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

Properties

connectedAt DateTime?
KO: 서비스에 연결 완료된 시각, UTC
EN: Time connected to the service, UTC
getter/setter pair
groupUserToken String?
KO: 그룹에서 맵핑 정보로 사용할 수 있는 값
EN: Token to map users in the group apps
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasSignedUp bool?
KO: 연결하기 호출의 완료 여부
EN: Whether the user is completely linked with the app
getter/setter pair
id int
KO: 회원번호
EN: Service user ID
getter/setter pair
kakaoAccount Account?
KO: 카카오계정 정보
EN: Kakao Account information
getter/setter pair
properties Map<String, String>?
KO: 사용자 프로퍼티
EN: User properties
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synchedAt DateTime?
KO: 카카오싱크 간편가입을 통해 로그인한 시각, UTC
EN: Time logged in through Kakao Sync Simple Signup, 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