SwitchStore<S, A> constructor
const
SwitchStore<S, A> ({})
Creates a SwitchStore with a type-to-builder mapping.
Implementation
const SwitchStore({
Key? key,
required this.store,
this.typeMap = const {},
this.orElse,
}) : super(key: key);