ThreadCaptureState class

A class representing the state of a thread capturing an image.

This class maintains the state and necessary data for capturing images within a separate thread, providing information about the capture process and managing the captured data.

Constructors

ThreadCaptureState()
Creates an instance of ThreadCaptureState.

Properties

broken bool
Indicates whether the capture process encountered an error.
getter/setter pair
completer Completer<Uint8List>
A completer for managing the captured image data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
A unique identifier for the capture process.
getter/setter pair
processedRenderedImage bool
Indicates whether the rendered image data has been read.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited