Returns the String value if not null, or an empty string if null.
String get safeValue => this ?? '';