hasData property
Returns true only if both the metadata and the GPU texture are ready for rendering.
Implementation
bool get hasData =>
_currentFrame != null && _rawTexture != null && _shader != null;
Returns true only if both the metadata and the GPU texture are ready for rendering.
bool get hasData =>
_currentFrame != null && _rawTexture != null && _shader != null;