bool validateDomain(String domain) => domain.isNotEmpty & RegExp(constants.DOMAIN_REGEX).hasMatch(domain);