state property

The entire current state of the story including (but not limited to):
  • Global variables
  • Temporary variables
  • Read/visit and turn counts
  • The callstack and evaluation stacks
  • The current threads

Implementation

@override
StoryState get state => _state;