StacMultiAction constructor
const
StacMultiAction({
- required List<
StacAction> ? actions, - bool sync = false,
Creates a StacMultiAction that executes multiple actions.
Implementation
const StacMultiAction({required this.actions, this.sync = false});