object EmailValidationRule : ValidationRule
isValid
fun isValid(input: String?): Boolean
Verifies if the input is a valid, to be valid the input should contain a @ and at least a . after
@
.