PrioritizedIntents constructor
Creates an intent that is used with PrioritizedAction to specify a list of intents, the first available of which will be used.
Implementation
const PrioritizedIntents({
required this.orderedIntents,
});
Creates an intent that is used with PrioritizedAction to specify a list of intents, the first available of which will be used.
const PrioritizedIntents({
required this.orderedIntents,
});