The first character in this String or null if this String is empty.
null
String? get tryFirst => isNotEmpty ? first : null;