activeScreenshot property

ThreadCaptureState? activeScreenshot

Implementation

ThreadCaptureState? get activeScreenshot {
  return screenshots.length > position - 1 ? screenshots[position - 1] : null;
}