isNetworkImage property

bool get isNetworkImage

Implementation

bool get isNetworkImage {
  return file.path.startsWith('http://') || file.path.startsWith('https://');
}