The first character in this String.
The String must not be empty when accessing its first character.
String get first => this[0];