subkt / myaa.subkt.ass / KeyValLine
class KeyValLine :
Line
(source)
Corresponds to a raw ASS line represented textually as Type: Value
,
with the value unparsed.
Name | Summary |
---|---|
<init> | KeyValLine(type: String , value: String ) Corresponds to a raw ASS line represented textually as Type: Value , with the value unparsed. |
Name | Summary |
---|---|
value | val value: String The value of this line. |
Name | Summary |
---|---|
type | open val type: String The type of the line. |
Name | Summary |
---|---|
toString | fun toString(): String |