isNetworkUrl property

bool isNetworkUrl

Implementation

bool get isNetworkUrl {
  return (zim is ZIMMediaMessage) && autoContent.fileUID.isEmpty;
}