ValidationResponse constructor
ValidationResponse({
- String? schemaVersion,
- required String email,
- required ValidationResponseStatusEnum status,
- String? subStatus,
- required ValidationResponseActionEnum action,
- String? domain,
- bool? mxFound,
- bool? smtpCheck,
- bool? disposable,
- bool? roleAccount,
- bool? freeProvider,
- ValidationResponseSuppressionMatch? suppressionMatch,
Returns a new ValidationResponse instance.
Implementation
ValidationResponse({
this.schemaVersion,
required this.email,
required this.status,
this.subStatus,
required this.action,
this.domain,
this.mxFound,
this.smtpCheck,
this.disposable,
this.roleAccount,
this.freeProvider,
this.suppressionMatch,
});