PrioritizedIntents constructor Null safety
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,
}) : assert(orderedIntents != null);