consumesKeyPredicate property

set consumesKeyPredicate (IntentPredicate<T>? newPredicate)

Implementation

set consumesKeyPredicate(IntentPredicate<T>? newPredicate) {
  _consumesKeyPredicate = newPredicate;
}