Account class

카카오계정에 등록된 사용자 개인정보를 제공합니다.

내려오는 실제 정보는 https://accounts.kakao.com 으로 접속하여 해당 계정으로 로그인한 후 확인하실 수 있습니다.

Constructors

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

Properties

ageRange String?
연령대
final
ageRangeNeedsAgreement bool?
ageRange 제공에 대한 사용자 동의 필요 여부
final
birthday String?
생일 (MMDD)
final
birthdayNeedsAgreement bool?
birthday 제공에 대한 사용자 동의 필요 여부
final
birthdayType → BirthdayType?
생일의 양력/음력
final
birthyear String?
출생 연도 (YYYY)
final
birthyearNeedsAgreement bool?
birthyear 제공에 대한 사용자 동의 필요 여부
final
ci String?
암호화된 사용자 확인값
final
ciAuthenticatedAt DateTime?
ci 발급시간
final
ciNeedsAgreement bool?
ci 제공에 대한 사용자의 동의 필요 여부
final
email String?
카카오계정에 등록된 이메일
final
emailNeedsAgreement bool?
email 제공에 대한 사용자 동의 필요 여부
final
gender → Gender?
성별
final
genderNeedsAgreement bool?
gender 제공에 대한 사용자의 동의 필요 여부
final
hashCode int
The hash code for this object.
no setterinherited
isEmailValid bool?
카카오계정에 등록된 이메일의 유효성
final
isEmailVerified bool?
카카오계정에 이메일 등록 시 이메일 인증을 받았는지 여부
final
phoneNumber String?
카카오톡에서 인증한 전화번호
final
phoneNumberNeedsAgreement bool?
phoneNumber 제공에 대한 사용자 동의 필요 여부
final
profile Profile?
카카오계정에 등록한 프로필 정보
final
profileNeedsAgreement bool?
profile 제공에 대한 사용자 동의 필요 여부
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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