Type Property empty Validates that the data is empty. You can also check a non empty state by negating this validator: !.empty. static var empty: Validator<T> { get }