Returns this chain of operations as String.
@override String toString() { if (text.contains('"')) { return "'$text'"; } else { return '"$text"'; } }