Social class

좋아요 수, 댓글 수 등의 소셜 정보를 표현하기 위해 사용되는 오브젝트

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

Properties

commentCount → int?
콘텐츠의 댓글 수
final
hashCode → int
The hash code for this object.
read-onlyinherited
likeCount → int?
콘텐츠의 좋아요 수
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sharedCount → int?
콘텐츠의 공유 수
final
subscriberCount → int?
콘텐츠의 구독 수
final
viewCount → int?
콘텐츠의 조회 수
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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