Prepends a new line by prepending an optional value.

import {StringBuilder} from "nativescript-stringformat";

// "TM
// MK"
var str = new StringBuilder("MK")
    .prependLine("TM");