otherwise returns None.
Option<String> get noneIfEmpty { return Option.from(isEmpty ? null : this); }