PixaDisplayDecoderSnapshot constructor
const
PixaDisplayDecoderSnapshot({})
Creates a display decoder snapshot.
Implementation
const PixaDisplayDecoderSnapshot({
required this.selector,
required this.defaultBackend,
required this.hasRuntimeDisplayBackend,
required this.completionQueueDepth,
required this.completionsReleasedThisFrame,
required this.completionFrameScheduled,
required this.backends,
});