createStateFactory property

bool get createStateFactory

Whether to create a class where all states can be accessed statically.

This is useful for when you want to access (private) states during tests.

Implementation

bool get createStateFactory;