menu
kakao_flutter_sdk package
documentation
user.dart
Profile
Profile.new constructor
Profile.new constructor
dark_mode
light_mode
Profile
constructor
Profile
(
String
?
nickname
,
String
?
thumbnailImageUrl
,
String
?
profileImageUrl
,
bool
?
isDefaultImage
,
)
Implementation
Profile(this.nickname, this.thumbnailImageUrl, this.profileImageUrl, this.isDefaultImage);
kakao_flutter_sdk package
documentation
user
Profile
Profile.new constructor
Profile class