pathStringOnChoice property

String pathStringOnChoice

The target path that the Story should be diverted to if this Choice is chosen.

Implementation

String get pathStringOnChoice => targetPath.toString();
void pathStringOnChoice=(String value)

Implementation

set pathStringOnChoice(String value) => targetPath = Path(value);