isUrl property

bool isUrl

Implementation

bool get isUrl {
  return toLowerCase().startsWith('https://') || toLowerCase().startsWith('http://');
}