hasData property

bool get hasData

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;