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, UTCgetter/setter pair - groupUserToken ↔ String?
-
KO: 그룹에서 맵핑 정보로 사용할 수 있는 값
EN: Token to map users in the group appsgetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- hasSignedUp ↔ bool?
-
KO: 연결하기 호출의 완료 여부
EN: Whether the user is completely linked with the appgetter/setter pair - id ↔ int
-
KO: 회원번호
EN: Service user IDgetter/setter pair - kakaoAccount ↔ Account?
-
KO: 카카오계정 정보
EN: Kakao Account informationgetter/setter pair -
properties
↔ Map<
String, String> ? -
KO: 사용자 프로퍼티
EN: User propertiesgetter/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, UTCgetter/setter pair - uuid ↔ String?
-
KO: 다른 사용자의 친구 정보에서 보여지는 해당 사용자의 고유 ID
EN: Unique ID for the friend informationgetter/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