ListTemplate class
KO: 리스트 메시지용 기본 템플릿
EN: Default template for list messages
- Inheritance
-
- Object
- DefaultTemplate
- ListTemplate
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)
Properties
-
KO: 메시지 하단 버튼
EN: Button at the bottom of the messagefinal -
KO: 버튼 문구
EN: Label for the buttonfinal -
contents
→ List<
Content> -
KO: 메시지 콘텐츠
EN: Contents for the messagefinal - hashCode → int
-
The hash code for this object.
no setterinherited
- headerLink → Link
-
KO: 헤더 바로가기 정보
EN: Link of the headerfinal - headerTitle → String
-
KO: 헤더 문구
EN: Title of the headerfinal - objectType → String
-
KO: 메시지 템플릿 타입, "list"로 고정
EN: Type of the message template, fixed as "list"final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited