PixaDisplayDecoderBackendSnapshot constructor

const PixaDisplayDecoderBackendSnapshot({
  1. required String id,
  2. required String execution,
  3. required String streamKind,
  4. required bool usesFlutterEngine,
  5. required bool ownsPipeline,
  6. required bool supportsAnimatedImages,
})

Creates a backend snapshot.

Implementation

const PixaDisplayDecoderBackendSnapshot({
  required this.id,
  required this.execution,
  required this.streamKind,
  required this.usesFlutterEngine,
  required this.ownsPipeline,
  required this.supportsAnimatedImages,
});