Sets the text at the given line.
the new text for the given line
the line to place the text into
RangeError if index is not on the range 0..4
string text = "New text for line 2"; sign[Sign.SECOND_LINE] = text; assert(sign[Sign.SECOND_LINE] == text);
See Implementation
Sets the text at the given line.