url property

String? url

Implementation

String? get url {
  if (baseUrl == null) return null;
  if (VPlatformFileUtils.baseMediaUrl == null) return baseUrl;
  return VPlatformFileUtils.baseMediaUrl! + baseUrl!;
}