Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.27 KB

File metadata and controls

32 lines (21 loc) · 1.27 KB

subkt / myaa.subkt.ass / KeyValLine

KeyValLine

class KeyValLine : Line (source)

Corresponds to a raw ASS line represented textually as Type: Value, with the value unparsed.

Constructors

Name Summary
<init> KeyValLine(type: String, value: String)
Corresponds to a raw ASS line represented textually as Type: Value, with the value unparsed.

Properties

Name Summary
value val value: String
The value of this line.

Inherited Properties

Name Summary
type open val type: String
The type of the line.

Functions

Name Summary
toString fun toString(): String