isLoaded static method

bool isLoaded(
  1. String gsUrl
)

Implementation

static bool isLoaded(String gsUrl) {
  PImageInfo? imageInfo;
  if (imageInfo == null) return false;
  return imageInfo.isLoaded;
}