StrLine constructor

StrLine(
  1. String text
)

Implementation

StrLine(String text) : text = _unescape(text);