StoryProfile class Null safety
카카오스토리 프로필 조회 API 응답 클래스
- Annotations
- @JsonSerializable(includeIfNull: false)
Properties
- bgImageUrl ↔ String?
-
카카오스토리 배경이미지 URL
@JsonKey(name: "bgImageURL"), read / write
- birthday ↔ String?
-
read / write
- birthdayType ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nickname ↔ String?
-
카카오스토리 닉네임
@JsonKey(name: "nickName"), read / write
- permalink ↔ String?
-
카카오스토리 permanent link
내 스토리를 방문할 수 있는 웹 page 의 URL
read / write
- profileImageUrl ↔ String?
-
카카오스토리 프로필 이미지 URL
@JsonKey(name: "profileImageURL"), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- thumbnailUrl ↔ String?
-
카카오스토리 프로필 이미지 썸네일 URL
@JsonKey(name: "thumbnailURL"), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited