rule_verification_failed property
String
get
rule_verification_failed
Domain verification failed. Please check if your DNS records are correct and try again
Implementation
String get rule_verification_failed {
return Intl.message(
'Domain verification failed. Please check if your DNS records are correct and try again',
name: 'rule_verification_failed',
desc: '',
args: [],
);
}