InteractionChatCommandCheck constructor

InteractionChatCommandCheck(
  1. {String name = 'Interaction chat command check'}
)

Create a new InteractionChatCommandCheck.

Implementation

InteractionChatCommandCheck({super.name = 'Interaction chat command check'})
    : super((context) => context is InteractionChatContext);