index property

  1. @override
int index
getter/setter pair

The original index into currentChoices list on the StoryInterface when this Choice was generated, for convenience.

Implementation

@override
int index = 0;