TextTemplate class

KO: 텍스트 메시지용 기본 템플릿
EN: Default template for text messages

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

Properties

buttons List<Button>?
KO: 메시지 하단 버튼
EN: Button at the bottom of the message
final
buttonTitle String?
KO: 버튼 문구
EN: Label for the button
final
hashCode int
The hash code for this object.
no setterinherited
KO: 바로가기 정보
EN: Link information
final
objectType String
KO: 메시지 템플릿 타입, "text"로 고정
EN: Type of the message template, fixed as "text"
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
KO: 텍스트
EN: Text
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