FeedTemplate class

기본 템플릿으로 제공되는 피드 템플릿 클래스

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

Properties

buttons → List<Button>?
버튼 목록, 최대 2개. 버튼 타이틀과 링크를 변경하고 싶을 때, 버튼 두 개를 넣고 싶을 때 사용
final
buttonTitle → String?
기본 버튼 타이틀(자세히 보기)을 변경하고 싶을 때 설정 이 값을 사용하면 클릭 시 이동할 링크는 content 에 입력된 값이 사용됨
final
content Content
메시지의 메인 콘텐츠 정보
final
hashCode → int
The hash code for this object.
read-onlyinherited
itemContent ItemContent?
아이템 영역에 포함할 콘텐츠, ItemContent 참고
final
objectType → String
"feed" 고정 값
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
social Social?
콘텐츠에 대한 소셜 정보
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