extension Swift.Optional where Wrapped == String { var isBlank: Bool { return self?.isBlank ?? true } }