Settings constructor
const
Settings({})
Implementation
const Settings({
required this.autoEnhance,
required this.avoidEvents,
required this.avoidStates,
required this.createStateFactory,
required this.enhance,
required this.createEventFactory,
});