Story class

스토리 조회 API 응답 클래스

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false, explicitToJson: true)

Properties

commentCount int
댓글 수
final
comments List<StoryComment>?
댓글 목록
final
content String
포스팅 내용
final
createdAt DateTime
작성된 시간
final
hashCode int
The hash code for this object.
no setterinherited
id String
내스토리 정보의 id (포스트 id)
final
likeCount int
좋아요 수
final
likes List<StoryLike>?
좋아요 정보 목록
final
media List<StoryImage>?
미디어 목록
final
mediaType StoryType?
미디어 형
final
permission StoryPermission?
공개 범위
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
내스토리 정보의 id (포스트 id)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited