AppState constructor
const
AppState({})
Implementation
const AppState({
required this.forPlay,
this.cubits = const {},
this.instantiatedCubits = const {},
this.inEditorPages = const {},
this.forPlayPages = const {},
this.forPlayComponentsIDToName = const {},
});