otherwise returns None.
@pragma('vm:prefer-inline') Option<String> get noneIfEmpty { return Option.from(isEmpty ? null : this); }