PrioritizedIntents constructor

const PrioritizedIntents(
  1. {required List<Intent> orderedIntents}
)

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,
});