const factory DocVerificationResult({ bool? status, String? message, Map<String, dynamic>? result, }) = _DocVerificationResult;