Substrings the source and returns a String.
String substring(int start, [int? end]) => source.substring(start, end);