InternetCheckResult constructor
InternetCheckResult({})
Implementation
InternetCheckResult({
required this.isValid,
required this.message,
required this.errorType,
this.speed,
this.isUsingVPN,
this.connectionType,
});