createEventFactory property
bool
get
createEventFactory
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 createEventFactory;