User class
KO: 사용자 정보 조회 응답
EN: Response for Retrieve user information
- Annotations
-
- @JsonSerializable.new(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)
Properties
- connectedAt → DateTime?
-
KO: 서비스에 연결 완료된 시각, UTC
EN: Time connected to the service, UTCfinal - groupUserToken → String?
-
KO: 그룹에서 맵핑 정보로 사용할 수 있는 값
EN: Token to map users in the group appsfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- hasSignedUp → bool?
-
KO: 수동 연결 API 호출의 완료 여부
EN: Whether the user is completely linked with the appfinal - id → int
-
KO: 회원번호
EN: Service user IDfinal - kakaoAccount → Account?
-
KO: 카카오계정 정보
EN: Kakao Account informationfinal -
properties
→ Map<
String, String> ? -
KO: 사용자 프로퍼티
EN: User propertiesfinal - 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, UTCfinal - uuid → String?
-
KO: 다른 사용자의 친구 정보에서 보여지는 해당 사용자의 고유 ID
EN: Unique ID for the friend informationfinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited