hotPathSafe property

bool get hotPathSafe

True when the backend can run on production gallery hot paths.

Implementation

bool get hotPathSafe {
  return stable &&
      (nearestFrame || exactFrame) &&
      (fileLocator || networkLocator || contentLocator) &&
      encodedImageOutput &&
      outputMimeTypes.isNotEmpty;
}