isNet method
Implementation
bool isNet() {
if (mEmpty()) return false;
return this!.startsWith('http') || this!.startsWith('https');
}
bool isNet() {
if (mEmpty()) return false;
return this!.startsWith('http') || this!.startsWith('https');
}